Diligent web site
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. <!DOCTYPE html>
  2. <!--[if IE 7 ]><html class="ie7" lang="en"><![endif]-->
  3. <!--[if IE 8 ]><html class="ie8" lang="en"><![endif]-->
  4. <!--[if IE 9 ]><html class="ie9" lang="en"><![endif]-->
  5. <!--[if (gte IE 10)|!(IE)]><!-->
  6. <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
  7. <!--<![endif]-->
  8. <head>
  9. <title>Software Testing and QA - Diligent</title>
  10. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  11. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
  12. <!-- Seo Meta -->
  13. <meta name="description" content="Diligent software solutions careers">
  14. <meta name="keywords" content="dilignet, software, development, company, it, job, careers">
  15. <meta property="og:title" content="Diligent Portfolio" />
  16. <meta property="og:type" content="website" />
  17. <meta property="og:url" content="http://dilig.net" />
  18. <meta property="og:image" content="../images/diligent-black.png" />
  19. <meta property="og:description" content="Site description" />
  20. <!-- Styles -->
  21. <link rel="stylesheet" type="text/css" href="../styles/font-awesome.css" media="screen" />
  22. <link rel="stylesheet" type="text/css" href="../styles/font-awesome.min.css" media="screen" />
  23. <link rel="stylesheet" type="text/css" href="../style.css" media="screen" />
  24. <link rel="stylesheet" type="text/css" href="../styles/custom.css" media="screen" />
  25. <link rel="stylesheet" type="text/css" href=".//styles/flexslider.css" media="screen" />
  26. <link id="animate_css_file" rel="stylesheet" type="text/css" href="../styles/animate.css" media="screen" />
  27. <link rel="stylesheet" type="text/css" href="../styles/prettyPhoto.css" media="screen" />
  28. <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700" rel="stylesheet" type="text/css">
  29. <link href="../styles/bootstrap.min.css" rel="stylesheet" type="text/css">
  30. <!-- Favicon -->
  31. <link rel="shortcut icon" href="../images/favicon.ico" />
  32. <!-- Custom Styles -->
  33. <style type="text/css" id="themecolors"></style>
  34. <style>
  35. .client-description {
  36. padding: 100px 0px 30px 0px;
  37. }
  38. .chips span {
  39. display: inline-block;
  40. padding: 0 12px;
  41. margin-right: 8px;
  42. margin-bottom: 8px;
  43. border-radius: 5px;
  44. background-color: #4a4949;
  45. box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
  46. color: white;
  47. }
  48. .center-item {
  49. text-align: center;
  50. }
  51. .technologies-title {
  52. margin-top: 30px;
  53. }
  54. .testemonial-item
  55. {
  56. text-align: center;
  57. margin-top: 40px;
  58. font-size: 14px;
  59. }
  60. </style>
  61. </head>
  62. <body>
  63. <div id="container">
  64. <!-- header -->
  65. <?php include '../header.php'; ?>
  66. <!-- end header -->
  67. <div class="service-type-wrapper" style="background-image:url('../images/bg_service.png');background-position:center bottom;position: relative;z-index: 2;">
  68. <div class="service_type clearfix general-section " >
  69. <div class="section-title">
  70. <h1>Software Testing and QA Services</h1>
  71. </div>
  72. <div class="service_type-intro">
  73. <div class="row">
  74. <div class="col-md-12 col-sm-12 first-sti">
  75. Detect and fix issues early in your software development project. Diligent provides a complete range of software testing services while keeping customer satisfaction at its core. With our experienced dedicated team of QA engineers, you can be sure your product meets high-quality standards
  76. </div>
  77. </div>
  78. </div><!-- end Services Intro -->
  79. </div>
  80. <div class="section-triangle-grey" style="position: absolute;bottom: -36px;top: unset;"></div>
  81. </div>
  82. <!--service info-->
  83. <div class="service-info-wrapper dark">
  84. <div class="service-info clearfix general-section">
  85. <div class="row">
  86. <div class="col-md-6 col-sm-12">
  87. <div class="service-info-icon">
  88. <i class="fas fa-wrench"></i>
  89. </div>
  90. <div class="service-info-content">
  91. <h3>Functional testing (manual or automated)</h3>
  92. <p>
  93. With the possibility to be performed at all stages of software development, functional tests verify that each component or system operates in conformance with the requirement specification.
  94. </p>
  95. </div>
  96. </div>
  97. <div class="col-md-6 col-sm-12">
  98. <div class="service-info-icon">
  99. <i class="fas fa-lock"></i>
  100. </div>
  101. <div class="service-info-content">
  102. <h3>Security testing and load testing</h3>
  103. <p>
  104. Security testing verifies if your software offers reliable user and system security, protecting end-users from the theft or loss of sensitive data. Load testing, in turn, helps to determine how a software program behaves when multiple users access it simultaneously.
  105. </p>
  106. </div>
  107. </div>
  108. <div class="col-md-6 col-sm-12">
  109. <div class="service-info-icon">
  110. <i class="fas fa-adjust"></i>
  111. </div>
  112. <div class="service-info-content">
  113. <h3>Compatibility testing</h3>
  114. <p>
  115. Compatibility testing is performed to ensure your specific product or software app is proficient enough to run in the various databases, browsers, operating systems, hardware, networks, and mobile devices to guarantee superior user experience.
  116. </p>
  117. </div>
  118. </div>
  119. <div class="col-md-6 col-sm-12">
  120. <div class="service-info-icon">
  121. <i class="fas fa-plug"></i>
  122. </div>
  123. <div class="service-info-content">
  124. <h3>Usability testing</h3>
  125. <p>
  126. Usability testing is used to evaluate a product with real users to see where they encounter problems and experience confusion. We focus on the user's ease of using applications, making an interface with the utmost precision.
  127. </p>
  128. </div>
  129. </div>
  130. <div class="col-md-6 col-sm-12">
  131. <div class="service-info-icon">
  132. <i class="fas fa-cogs"></i>
  133. </div>
  134. <div class="service-info-content">
  135. <h3>Localization testing</h3>
  136. <p>
  137. Localization testing examines the standard of the product for a particular locale/culture. It shows the defects in the software, which can impact the proper functioning of the user interface, linguistic translation, and features, etc., along with their settings.
  138. </p>
  139. </div>
  140. </div>
  141. <div class="col-md-6 col-sm-12">
  142. <div class="service-info-icon">
  143. <i class="fas fa-cog"></i>
  144. </div>
  145. <div class="service-info-content">
  146. <h3>Sustaining testing services</h3>
  147. <p>
  148. Depending on your business objectives and size/complexity of the project, we can define testing activities required for you, quality criteria to be met, resources to be utilized, optimal schedule, required deliverables, and etc. It is crucial to start testing activities as early as possible to prevent all potential risks that may occur in your project, saving your time and budget.
  149. </p>
  150. </div>
  151. </div>
  152. </div>
  153. </div>
  154. </div>
  155. <!--end service info-->
  156. <!--footer -->
  157. <?php include '../footer.php';?>
  158. <!-- end footer -->
  159. </div><!-- end container -->
  160. <!-- Scripts -->
  161. <script type="text/javascript" src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
  162. <!-- <script type="text/javascript" src="scripts/jquery-3.3.1.slim.min.js"></script> -->
  163. <!-- <script type="text/javascript" src="../scripts/popper.min.js"></script> -->
  164. <script type="text/javascript" src="../scripts/bootstrap.min.js"></script>
  165. <script type="text/javascript" src="../scripts/font-awesome.js"></script>
  166. <script type="text/javascript" src="../scripts/jquery.easing.js"></script>
  167. <script src="../scripts/jquery.easypiechart.min.js"></script>
  168. <!-- <script type="text/javascript" src="scripts/jquery.flexslider-min.js"></script> -->
  169. <script id="wow_js_file" type="text/javascript" src="../scripts/wow.min.js"></script>
  170. <script id="waypoints_js_file" type="text/javascript" src="../scripts/waypoints.js"></script>
  171. <script type="text/javascript" src="../scripts/jquery.prettyPhoto.js"></script>
  172. <script type="text/javascript" src="../scripts/custom.js"></script>
  173. <script type="text/javascript" charset="utf-8" src="../scripts/twitter/jquery.tweet.js"></script>
  174. <script type="text/javascript" src="../scripts/jquery.typed.js"></script>
  175. <script type="text/javascript">
  176. jQuery(document).ready(function ($) {
  177. $('.tweets-container').tweet({
  178. modpath: 'scripts/twitter/',
  179. count: 3,
  180. loading_text: 'loading twitter feed...',
  181. username: 'odindesign_tw',
  182. template: '<div class="hive"><div class="hex outer-hex"><div class="hex-in1"><div class="hex-in2 outer-hex"><div class="hex inner-hex"><div class="hex-in1"><div class="hex-in2 hex-area"><i class="fa-twitter-black"></i></div></div></div></div></div></div></div><div class="twitter-content">{time}<p>{text}</p></div>'
  183. });
  184. var $ = jQuery;
  185. // process each typed-enabled element
  186. $('[data-typed-str]').each(function () {
  187. var $this = $(this),
  188. texts = $this.attr('data-typed-str').split('|');
  189. $this.html('').append('<span class="typed-container"></span>');
  190. $this.find('> .typed-container').typed({
  191. strings: texts,
  192. typeSpeed: 25,
  193. loop: ($this.attr('data-typed-repeat') === 'yes'),
  194. backDelay: 1500,
  195. showCursor: ($this.attr('data-typed-cursor') === 'yes')
  196. });
  197. });
  198. });
  199. </script>
  200. <div class="background-overlay">
  201. </div>
  202. <div class="apply-notification">
  203. <span class="notification-msg">
  204. Email sent succesfully
  205. </span>
  206. <span class="close-notification">
  207. <i class="fa fa-times"></i>
  208. </span>
  209. </div>
  210. <div id="back-to-top">
  211. <span>Top</span>
  212. </div>
  213. </body>
  214. </html>