{"id":73,"date":"2025-02-21T15:32:15","date_gmt":"2025-02-21T15:32:15","guid":{"rendered":"https:\/\/www.treesoltechnologies.com\/?page_id=73"},"modified":"2025-10-06T07:21:09","modified_gmt":"2025-10-06T07:21:09","slug":"quality-assurance","status":"publish","type":"page","link":"https:\/\/www.treesoltechnologies.com\/index.php\/quality-assurance\/","title":{"rendered":"Quality Assurance"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"73\" class=\"elementor elementor-73\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d0e1169 e-flex e-con-boxed e-con e-parent\" data-id=\"d0e1169\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4f872b3 elementor-widget elementor-widget-html\" data-id=\"4f872b3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\" \/>\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\r\n  <title>Quality Assurance | TreeSol Technologies<\/title>\r\n  <link rel=\"stylesheet\" href=\"style.css\" \/>\r\n<\/head>\r\n<style>\r\n.dt-py-default\r\n {\r\n    padding-top: 2rem;\r\n    padding-bottom: 0rem;\r\n}\r\n    \/* Reset & Base *\/\r\n* {\r\n  margin: 0;\r\n  padding: 0;\r\n  box-sizing: border-box;\r\n}\r\n\r\nbody {\r\n  font-family: \"Poppins\", Arial, sans-serif;\r\n  color: #333;\r\n  background: #fff;\r\n  line-height: 1.6;\r\n}\r\n\r\n\/* Container *\/\r\n.container {\r\n  width: 90%;\r\n  max-width: 1200px;\r\n  margin: auto;\r\n}\r\n\r\n\/* Hero Section *\/\r\n.hero {\r\n  position: relative;\r\n  background: url('https:\/\/images.pexels.com\/photos\/3184298\/pexels-photo-3184298.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2') center\/cover no-repeat;\r\n  color: #fff;\r\n  height: 70vh;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  text-align: center;\r\n}\r\n\r\n.hero .overlay {\r\n  position: absolute;\r\n  top: 0;\r\n  left: 0;\r\n  right: 0;\r\n  bottom: 0;\r\n  background: rgba(0, 0, 0, 0.5);\r\n}\r\n\r\n.hero-content {\r\n  position: relative;\r\n  z-index: 2;\r\n  max-width: 800px;\r\n}\r\n\r\n.hero h1 {\r\n  font-size: 3.5rem;\r\n  color: white;\r\n  margin-bottom: 15px;\r\n}\r\n\r\n.hero p {\r\n  font-size: 1.5rem;\r\n}\r\n\r\n\/* Intro Section *\/\r\n.intro {\r\n  padding: 60px 0;\r\n  text-align: center;\r\n}\r\n\r\n.intro h2 {\r\n  font-size: 3rem;\r\n  margin-bottom: 20px;\r\n  color: #222;\r\n}\r\n\r\n.intro p {\r\n  max-width: 900px;\r\n  margin: 10px auto;\r\n}\r\n\r\n\/* Process Section *\/\r\n.process {\r\n  background: #f9f9f9;\r\n  padding: 60px 0;\r\n  text-align: center;\r\n}\r\n\r\n.process h2 {\r\n  font-size: 3rem;\r\n  margin-bottom: 40px;\r\n}\r\n\r\n.steps {\r\n  display: flex;\r\n  flex-wrap: wrap;\r\n  gap: 25px;\r\n  justify-content: center;\r\n}\r\n\r\n.step {\r\n  background: #fff;\r\n  border-radius: 12px;\r\n  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\r\n  padding: 20px;\r\n  max-width: 320px;\r\n  transition: transform 0.3s ease;\r\n}\r\n\r\n.step:hover {\r\n  transform: translateY(-8px);\r\n}\r\n\r\n.step img {\r\n  width: 100%;\r\n  border-radius: 8px;\r\n  margin-bottom: 15px;\r\n}\r\n\r\n.step h3 {\r\n  color: #611a15;\r\n  margin-bottom: 10px;\r\n}\r\n\r\n\/* Standards Section *\/\r\n.standards {\r\n  padding: 60px 0;\r\n}\r\n\r\n.standards .container {\r\n  display: flex;\r\n  flex-wrap: wrap;\r\n  align-items: center;\r\n  justify-content: space-between;\r\n  gap: 30px;\r\n}\r\n\r\n.standards .text {\r\n  flex: 1 1 0px;\r\n}\r\n\r\n.standards .text ul {\r\n  list-style: none;\r\n  margin-top: 15px;\r\n}\r\n\r\n.standards .text ul li {\r\n  padding-left: 25px;\r\n  position: relative;\r\n  margin-bottom: 10px;\r\n}\r\n\r\n.standards .text ul li::before {\r\n  content: \"\u2714\";\r\n  position: absolute;\r\n  left: 0;\r\n  color: green;\r\n  font-weight: bold;\r\n}\r\n\r\n.standards .image {\r\n  flex: 1 1 0px;\r\n}\r\n\r\n.standards img {\r\n  width: 100%;\r\n  border-radius: 12px;\r\n  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\r\n}\r\n\r\n\/* CTA Section *\/\r\n.cta {\r\n  background: #611a15;\r\n  color: #fff;\r\n  text-align: center;\r\n  padding: 60px 20px;\r\n}\r\n\r\n.cta h2 {\r\n  font-size: 2.5rem;\r\n  color:white;\r\n  margin-bottom: 15px;\r\n}\r\n\r\n.btn {\r\n  display: inline-block;\r\n  background: #fff;\r\n  color: #611a15;\r\n  padding: 12px 30px;\r\n  border-radius: 6px;\r\n  text-decoration: none;\r\n  font-weight: bold;\r\n  margin-top: 15px;\r\n  transition: all 0.3s ease;\r\n}\r\n\r\n.btn:hover {\r\n  background: #8b2c25;\r\n  color: #fff;\r\n}\r\n\r\n\/* Responsive Design *\/\r\n@media (max-width: 768px) {\r\n  .hero {\r\n    height: auto;\r\n    padding: 80px 20px;\r\n  }\r\n\r\n  .hero h1 {\r\n    font-size: 2rem;\r\n  }\r\n\r\n  .standards .container {\r\n    flex-direction: column;\r\n    text-align: center;\r\n  }\r\n\r\n  .step {\r\n    max-width: 90%;\r\n  }\r\n\r\n  .cta h2 {\r\n    font-size: 1.8rem;\r\n  }\r\n}\r\n\r\n<\/style>\r\n<body>\r\n\r\n  <!-- Hero Section -->\r\n  <section class=\"hero\">\r\n    <div class=\"overlay\"><\/div>\r\n    <div class=\"hero-content\">\r\n      <h1>Quality Assurance at TreeSol Technologies<\/h1>\r\n      <p>Delivering excellence through precision, testing, and consistency in every project. Our goal is to exceed client expectations with reliable and flawless digital solutions.<\/p>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- Intro Section -->\r\n  <section class=\"intro\">\r\n    <div class=\"container\">\r\n      <h2>Our Commitment to Quality<\/h2>\r\n      <p>At TreeSol Technologies, quality assurance is not just a process \u2014 it's our promise. We ensure every line of code, design element, and delivered feature meets the highest standards of functionality, performance, and reliability.<\/p>\r\n      <p>Our QA team employs cutting-edge testing tools, automated frameworks, and manual review processes to guarantee your project is robust and user-friendly on all devices.<\/p>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- QA Process Section -->\r\n  <section class=\"process\">\r\n    <div class=\"container\">\r\n      <h2>Our QA Process<\/h2>\r\n      <div class=\"steps\">\r\n        <div class=\"step\">\r\n          <img decoding=\"async\" src=\"https:\/\/images.pexels.com\/photos\/3184325\/pexels-photo-3184325.jpeg?auto=compress&cs=tinysrgb&w=800\" alt=\"Planning\" \/>\r\n          <h3>1. Planning & Strategy<\/h3>\r\n          <p>We analyze project requirements and develop a custom QA plan aligned with the client\u2019s goals and technology stack.<\/p>\r\n        <\/div>\r\n        <div class=\"step\">\r\n          <img decoding=\"async\" src=\"https:\/\/images.pexels.com\/photos\/3183150\/pexels-photo-3183150.jpeg?auto=compress&cs=tinysrgb&w=800\" alt=\"Testing\" \/>\r\n          <h3>2. Manual & Automated Testing<\/h3>\r\n          <p>Combining automation with manual precision, we detect and resolve potential issues across web and mobile platforms.<\/p>\r\n        <\/div>\r\n        <div class=\"step\">\r\n          <img decoding=\"async\" src=\"https:\/\/images.pexels.com\/photos\/3861958\/pexels-photo-3861958.jpeg?auto=compress&cs=tinysrgb&w=800\" alt=\"Review\" \/>\r\n          <h3>3. Continuous Review<\/h3>\r\n          <p>Quality is continuously monitored and improved at every development stage to ensure a seamless final product.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- Standards Section -->\r\n  <section class=\"standards\">\r\n    <div class=\"container\">\r\n      <div class=\"text\">\r\n        <h2>International Quality Standards<\/h2>\r\n        <p>We adhere to global QA standards and best practices to deliver high-performing, scalable, and secure applications. Our approach includes:<\/p>\r\n        <ul>\r\n          <li>Performance and load testing<\/li>\r\n          <li>Cross-browser and cross-device compatibility checks<\/li>\r\n          <li>Security and vulnerability assessments<\/li>\r\n          <li>Code quality and maintainability reviews<\/li>\r\n          <li>Regular updates and feedback loops with clients<\/li>\r\n        <\/ul>\r\n      <\/div>\r\n      <div class=\"image\">\r\n        <img decoding=\"async\" src=\"https:\/\/images.pexels.com\/photos\/3184302\/pexels-photo-3184302.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2\" alt=\"Quality Testing\">\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- CTA -->\r\n  <section class=\"cta\">\r\n    <div class=\"container\">\r\n      <h2>Ensuring Excellence in Every Project<\/h2>\r\n      <p>Partner with TreeSol Technologies for reliable, secure, and performance-driven software solutions that make your business stand out.<\/p>\r\n      <a href=\"https:\/\/www.treesoltechnologies.com\/index.php\/contact-us\/\" class=\"btn\">Contact Us<\/a>\r\n    <\/div>\r\n  <\/section>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Quality Assurance | TreeSol Technologies Quality Assurance at TreeSol Technologies Delivering excellence through precision, testing, and consistency in every project. Our goal is to exceed client expectations with reliable and&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_eb_attr":"","footnotes":""},"class_list":["post-73","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.treesoltechnologies.com\/index.php\/wp-json\/wp\/v2\/pages\/73","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.treesoltechnologies.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.treesoltechnologies.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.treesoltechnologies.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.treesoltechnologies.com\/index.php\/wp-json\/wp\/v2\/comments?post=73"}],"version-history":[{"count":9,"href":"https:\/\/www.treesoltechnologies.com\/index.php\/wp-json\/wp\/v2\/pages\/73\/revisions"}],"predecessor-version":[{"id":643,"href":"https:\/\/www.treesoltechnologies.com\/index.php\/wp-json\/wp\/v2\/pages\/73\/revisions\/643"}],"wp:attachment":[{"href":"https:\/\/www.treesoltechnologies.com\/index.php\/wp-json\/wp\/v2\/media?parent=73"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}