Blog by Cigniti TechnologiesBlog by Cigniti Technologies
  • Contact Us
  • Industries
    • Airlines
    • Banking
    • Communications
    • Energy and Utilities (E&U)
    • Financial Services
    • Healthcare & Life Sciences
    • Insurance
    • Logistics
    • Manufacturing
    • Media & Entertainment
    • Retail and Ecommerce
    • Travel & Hospitality
  • Digital Assurance Services
    • Digital Assurance
      • Artificial Intelligence Testing
      • Big Data & Analytics Testing
      • Blockchain Testing
      • Cloud Migration Assurance
      • Security Assurance
      • Internet of Things (IoT) Testing
      • Mobile Testing
      • Robotic Process Automation (RPA)
      • 5G Assurance Services
    • Quality Engineering
      • DevOps Testing
      • Compatibility Testing
      • Functional Testing
      • Performance Testing
      • Regression Testing
      • Security Testing
      • Test Automation
      • Crowdsourced Testing
      • Quality Engineering
    • Enterprise Application Assurance
      • ERP Testing
      • Salesforce Testing
      • Medical Devices Testing
    • Test Management Services
      • Agile Testing
      • Test Data Management
      • Service Virtualization
    • Advisory and Transformation Services
      • DevOps Transformation
      • Testing Center of Excellence
      • Test Advisory & Transformation Services
    • Engagement Models
      • Build Operate Transfer (BOT) Model
  • Digital Engineering Services
    • Product Engineering
    • Agile Transformation
    • Data Engineering & Insights
    • Business Intelligence / Visualization
    • AI / ML
    • Blockchain
    • DevOps Transformation
    • Intelligent Automation – RPA
  • IP & Innovation-Platforms
    • BlueSwan
      • Verita – Quality Engineering Dashboard
      • Velocita – Test Automation Accelerators
      • Cesta – Integrated Migration Solutions
      • Praxia – Process Accelerator
      • Prudentia – Model Based Testing Tool
      • CESA – Customer Experience Sentiment Analyzer
      • iNSta – Intelligent Scriptless Test Automation
      • Incight – App Experience Analyzer Tool
    • ZastraTM
      • Zastra.ai – Active Learning Driven Annotation Platform
      • COVAID-20
    • Labs
      • Mobile Lab
      • Performance Engineering Lab
      • Robotics Lab
      • IOT and Smart Meters Lab
  • Resources
    • Blogs
    • Brochures
    • Case Studies
    • Digital Dialogues – Podcast
    • Digital Dialogues – Webinars
    • E-Books
    • Events
    • Newsletter – Cignizine
    • Tech Briefs
    • Testimonials
    • Videos
    • White Papers
  • About Us
    • Our Company
      • The Brand
      • Who We Are
      • Management
      • Clients
      • Partners
      • Infrastructure
      • Newsroom
    • Investors
      • Board of Directors
      • Board Code of Conduct
      • Annual Reports
      • Corporate Presentation
      • Quarterly Results
      • Shareholding Pattern
      • Announcements
      • Policies
    • Our Achievements
      • Analyst Mentions
      • Awards & Recognition
    • Our Culture
      • Cigniti Careers
      • Campus Connect
      • Life @ Cigniti
      • Corporate Social Responsibility
      • Sustainability
A Quality Gates Approach as a strategy to Test Microservices

How to establish quality gates in a Microservices architecture

Chandra Kiran Mamidala2022-07-28T21:18:45+05:30

Note: This is in continuation to the blog – Best testing strategies in a Microservice architecture – contributed by our SME, Chandra Kiran Mamidala.  Let us assume that you have implemented the strategy for testing microservices as discussed and written all the test suites as suggested. Where do you run them? How do you make sure all your test suites are [...]

FacebookTwitterLinkedInEmail
December 26, 2019
Read more...
Best testing strategies in a Microservice architecture

Best testing strategies in a Microservice architecture

Chandra Kiran Mamidala2022-07-19T18:06:43+05:30

Today, there is no dearth of information related to microservices on the web about what they are and how organisations are transforming their development architecture. However, there are very few articles that talk about the test strategies that must be followed while testing microservice architectural solutions and applications. This blog aims to help you provide the information.  Before I continue to the Strategy, Test Areas, Test Types, etc., let us understand some of the definitions of [...]

FacebookTwitterLinkedInEmail
December 23, 2019
Read more...
Functional Testing: What You Need to Know Right Now

Functional Testing: What You Need to Know Right Now

Cigniti Technologies2017-04-04T19:49:38+05:30

What is Functional Testing? As part of the Quality Assurance process, functional testing is a testing prerequisite for assessing precisely how the system functions. A system comprises of several components that must all work individually, and also mutually, for robust functioning. These aspects must be verified through in-depth functional [...]

FacebookTwitterLinkedInEmail
November 11, 2016
Read more...

ERP Testing: Gain Competitive Advantage For Your Business!

Cigniti Technologies2018-02-15T17:43:57+05:30

Enterprise resource planning (ERP) is software that essentially runs a business. It helps the business run as one unit by holding together all the data generated, based on which business decisions are taken in various departments. From established organizations to promising start-ups, ERP plays a major role in ensuring [...]

FacebookTwitterLinkedInEmail
July 25, 2016
Read more...
5 Approaches for Automating Microservices Testing

5 Approaches for Automating Microservices Testing

Cigniti Technologies2022-07-20T17:53:12+05:30

  Microservices is not a new concept. It has been in use for more than a decade now by giants such as Amazon, Google, and Facebook. When you search for something on Google, to retrieve the relevant results, Google calls out to almost 70 microservices. So what really is a Microservice? “Microservices” [...]

FacebookTwitterLinkedInEmail
June 24, 2016
Read more...
How can I Reduce Feedback Latency using Continuous Integration Testing?

How can I Reduce Feedback Latency using Continuous Integration Testing?

Cigniti Technologies2020-01-27T12:20:31+05:30

Before we get into the main topic, let us first understand the basics. What is Latency? Latency, in common terms, is the delay/time lapse between input and output (stimulation and response), or, cause and effect. Considering the fact that any delays in the area of communication adds on to the cost [...]

FacebookTwitterLinkedInEmail
April 5, 2016
Read more...
Challenges of Implementing Continuous Integration (CI) at Scale

Challenges of Implementing Continuous Integration (CI) at Scale

Cigniti Technologies2022-07-29T21:12:20+05:30

Precise adoption of automation techniques helps reduce manual processes, enforce consistency, pave way for early identification of issues within the SDLC and further helps to achieve continuous application delivery. In order to establish a Continuous Delivery environment, the most important requirement is the implementation of an automated Continuous Integration [...]

FacebookTwitterLinkedInEmail
November 17, 2015
Read more...
Are Development Skills Mandatory to Advance Your Career in Software Testing?

Are Development Skills Mandatory to Advance Your Career in Software Testing?

Cigniti Technologies2018-10-12T16:50:04+05:30

A Developer shall write code, and the Tester shall test it – and the two shall not interfere each other. Sounds like an adage from yore, for the current IT world is not the same anymore. There was a time when a tester need not know anything about coding or [...]

FacebookTwitterLinkedInEmail
November 13, 2015
Read more...
Test driven development vs Behavior driven development

Test driven development vs Behavior driven development

Cigniti Technologies2018-09-25T14:49:42+05:30

Test driven development, as the name implies, is driven by a number of tests. After a unit test is written, it is then run against a code that is as yet unwritten. The tests naturally fail, and so the second task is to write code that allows the test [...]

FacebookTwitterLinkedInEmail
September 18, 2015
Read more...

Categories

  • 5G (11)
  • Accessibility Testing (1)
  • Advisory & Transformation (85)
  • Agile Testing (72)
  • AI & ML (1)
  • Airlines (11)
  • API Testing (6)
  • Artificial Intelligence (24)
  • Automation Testing (22)
  • BFSI Testing (60)
  • Big Data Testing (25)
  • Blockchain Testing (9)
  • Build Operate Transfer (1)
  • Business Intelligence (1)
  • Chaos Engineering (2)
  • Cloud Testing (25)
  • Communications (8)
  • Compatibility Testing (8)
  • COVID-19 (14)
  • Crowdsourcing Testing (4)
  • Customer Experience (6)
  • Cybersecurity (23)
  • Data Annotation (3)
  • Data Insights (3)
  • Data Lake (1)
  • Data Quality Governance (1)
  • Data Visualization (3)
  • DevOps Testing (76)
  • Digital Assurance Testing (77)
  • Digital Engineering (1)
  • Digital Engineering Services (8)
  • Digital Transformation (45)
  • Energy and Utility (7)
  • Enterprise Application Assurance (1)
  • ERP Testing (21)
  • Experience Assurance (1)
  • Financial Services (4)
  • Functional Testing (10)
  • Game Testing (7)
  • Government (1)
  • Guidewire Testing (2)
  • Healthcare Testing (24)
  • Infographics (5)
  • iNSta (2)
  • Insurance (22)
  • IOT Testing (25)
  • IP-Led Testing (2)
  • ISVs (1)
  • Load Testing (3)
  • Logistics (3)
  • Machine Learning (2)
  • Manufacturing (4)
  • Media & Entertainment (6)
  • Medical Device Testing (10)
  • Metaverse (1)
  • Microservices Testing (5)
  • ML Assurance (1)
  • Mobile Testing (60)
  • Payments (1)
  • Performance Engineering (11)
  • Performance Testing (53)
  • QA Staffing (6)
  • Quality Assurance (70)
  • Quality Engineering (16)
  • Regression Testing (5)
  • Retail (20)
  • RPA Testing (11)
  • Salesforce Testing (3)
  • Scriptless Test Automation (4)
  • Scriptless Testing (7)
  • SDET (3)
  • Security Assurance (2)
  • Security Testing (64)
  • Selenium Testing (8)
  • Service Virtualization (11)
  • Software Testing (153)
  • Staffing (5)
  • Test Automation (49)
  • Test Center of Excellence (12)
  • Test Data Management (12)
  • Test Environment Management (2)
  • Test Management (6)
  • Test Tools (9)
  • Testing Trends (3)
  • Third-party Certification (1)
  • Travel & Hospitality (9)
  • Usability Testing (7)
  • Visualization (1)
  • Zastra (2)

Follow Us

FacebookTwitterRSSLinkedin

    Subscribe Now

    Get the latest news and blogs on the software testing industry



    By continuing to use this website, you agree to our cookie & privacy policy.

    + 8 = 16

    About Us

    Cigniti Technologies

    Connect with us

    LinkedinTwitterFacebookYoutube

    Company

    • About Us
    • Management
    • Investors
    • Awards & Recognition
    • Clients
    • Partners
    • Analyst Mentions
    • Careers
    • Campus Connect
    • Life at Cigniti
    • News
    • CSR
    • Sustainability

    Cigniti Consulting

    • Consulting

    Industries

    • Airlines
    • Banking
    • Communications
    • Energy and Utilities (E&U)
    • Financial Services
    • Healthcare & Life Sciences
    • Insurance
    • Logistics
    • Manufacturing
    • Media & Entertainment
    • Retail and Ecommerce
    • Travel & Hospitality

    Digital Engineering Services

    • Data Engineering & Insights
    • Business Intelligence /Visualization
    • AI / ML
    • Product Engineering
    • Blockchain
    • Intelligent Automation – RPA

    Digital Assurance

    • Artificial Intelligence Testing
    • Big Data & Analytics Testing
    • Blockchain Testing
    • Cloud Migration Assurance
    • Digital Assurance & Testing
    • Internet of Things (IoT) Testing
    • Mobile Testing
    • Robotic Process Automation (RPA)
    • 5G Assurance Services

    Engagement Models

    • Build Operate Transfer (BOT) Model

    Quality Engineering

    • DevOps Testing
    • Compatibility Testing
    • Functional Testing
    • Performance Testing
    • Regression Testing
    • Security Testing
    • Test Automation
    • Crowdsourced Testing
    • Quality Engineering

    Enterprise Application Assurance

    • ERP Testing
    • Medical Devices Testing
    • Salesforce Testing

    Test Management Services

    • Agile Testing
    • Test Data Management
    • Service Virtualization

    Test Advisory & Transformation Services

    • DevOps Transformation
    • Testing Center of Excellence
    • Test Advisory & Transformation Services

    IP & Innovation

    • BlueSwanTM
    • ZastraTM
    • COVAID-20
    • Labs

    Resources

    • Blogs
    • Brochures
    • Case Studies
    • Digital Dialogues - Podcast
    • Digital Dialogues - Webinars
    • E-Books
    • Events
    • Newsletter – Cignizine
    • Tech Briefs
    • Testimonials
    • Videos
    • White Papers

    © Copyright 2023. All Rights Reserved. Privacy Policy | Diversity & Inclusion | Modern Slavery Statement 2022

    • Industries
      • Airlines
      • Banking
      • Communications
      • Energy and Utilities (E&U)
      • Financial Services
      • Healthcare & Life Sciences
      • Insurance
      • Logistics
      • Manufacturing
      • Media & Entertainment
      • Retail and Ecommerce
      • Travel & Hospitality
    • Digital Assurance Services
      • Digital Assurance
        • Artificial Intelligence Testing
        • Big Data & Analytics Testing
        • Blockchain Testing
        • Cloud Migration Assurance
        • Security Assurance
        • Internet of Things (IoT) Testing
        • Mobile Testing
        • Robotic Process Automation (RPA)
        • 5G Assurance Services
      • Quality Engineering
        • DevOps Testing
        • Compatibility Testing
        • Functional Testing
        • Performance Testing
        • Regression Testing
        • Security Testing
        • Test Automation
        • Crowdsourced Testing
        • Quality Engineering
      • Enterprise Application Assurance
        • ERP Testing
        • Salesforce Testing
        • Medical Devices Testing
      • Test Management Services
        • Agile Testing
        • Test Data Management
        • Service Virtualization
      • Advisory and Transformation Services
        • DevOps Transformation
        • Testing Center of Excellence
        • Test Advisory & Transformation Services
      • Engagement Models
        • Build Operate Transfer (BOT) Model
    • Digital Engineering Services
      • Product Engineering
      • Agile Transformation
      • Data Engineering & Insights
      • Business Intelligence / Visualization
      • AI / ML
      • Blockchain
      • DevOps Transformation
      • Intelligent Automation – RPA
    • IP & Innovation-Platforms
      • BlueSwan
        • Verita – Quality Engineering Dashboard
        • Velocita – Test Automation Accelerators
        • Cesta – Integrated Migration Solutions
        • Praxia – Process Accelerator
        • Prudentia – Model Based Testing Tool
        • CESA – Customer Experience Sentiment Analyzer
        • iNSta – Intelligent Scriptless Test Automation
        • Incight – App Experience Analyzer Tool
      • ZastraTM
        • Zastra.ai – Active Learning Driven Annotation Platform
        • COVAID-20
      • Labs
        • Mobile Lab
        • Performance Engineering Lab
        • Robotics Lab
        • IOT and Smart Meters Lab
    • Resources
      • Blogs
      • Brochures
      • Case Studies
      • Digital Dialogues – Podcast
      • Digital Dialogues – Webinars
      • E-Books
      • Events
      • Newsletter – Cignizine
      • Tech Briefs
      • Testimonials
      • Videos
      • White Papers
    • About Us
      • Our Company
        • The Brand
        • Who We Are
        • Management
        • Clients
        • Partners
        • Infrastructure
        • Newsroom
      • Investors
        • Board of Directors
        • Board Code of Conduct
        • Annual Reports
        • Corporate Presentation
        • Quarterly Results
        • Shareholding Pattern
        • Announcements
        • Policies
      • Our Achievements
        • Analyst Mentions
        • Awards & Recognition
      • Our Culture
        • Cigniti Careers
        • Campus Connect
        • Life @ Cigniti
        • Corporate Social Responsibility
        • Sustainability

    Categories

    • 5G (11)
    • Accessibility Testing (1)
    • Advisory & Transformation (85)
    • Agile Testing (72)
    • AI & ML (1)
    • Airlines (11)
    • API Testing (6)
    • Artificial Intelligence (24)
    • Automation Testing (22)
    • BFSI Testing (60)
    • Big Data Testing (25)
    • Blockchain Testing (9)
    • Build Operate Transfer (1)
    • Business Intelligence (1)
    • Chaos Engineering (2)
    • Cloud Testing (25)
    • Communications (8)
    • Compatibility Testing (8)
    • COVID-19 (14)
    • Crowdsourcing Testing (4)
    • Customer Experience (6)
    • Cybersecurity (23)
    • Data Annotation (3)
    • Data Insights (3)
    • Data Lake (1)
    • Data Quality Governance (1)
    • Data Visualization (3)
    • DevOps Testing (76)
    • Digital Assurance Testing (77)
    • Digital Engineering (1)
    • Digital Engineering Services (8)
    • Digital Transformation (45)
    • Energy and Utility (7)
    • Enterprise Application Assurance (1)
    • ERP Testing (21)
    • Experience Assurance (1)
    • Financial Services (4)
    • Functional Testing (10)
    • Game Testing (7)
    • Government (1)
    • Guidewire Testing (2)
    • Healthcare Testing (24)
    • Infographics (5)
    • iNSta (2)
    • Insurance (22)
    • IOT Testing (25)
    • IP-Led Testing (2)
    • ISVs (1)
    • Load Testing (3)
    • Logistics (3)
    • Machine Learning (2)
    • Manufacturing (4)
    • Media & Entertainment (6)
    • Medical Device Testing (10)
    • Metaverse (1)
    • Microservices Testing (5)
    • ML Assurance (1)
    • Mobile Testing (60)
    • Payments (1)
    • Performance Engineering (11)
    • Performance Testing (53)
    • QA Staffing (6)
    • Quality Assurance (70)
    • Quality Engineering (16)
    • Regression Testing (5)
    • Retail (20)
    • RPA Testing (11)
    • Salesforce Testing (3)
    • Scriptless Test Automation (4)
    • Scriptless Testing (7)
    • SDET (3)
    • Security Assurance (2)
    • Security Testing (64)
    • Selenium Testing (8)
    • Service Virtualization (11)
    • Software Testing (153)
    • Staffing (5)
    • Test Automation (49)
    • Test Center of Excellence (12)
    • Test Data Management (12)
    • Test Environment Management (2)
    • Test Management (6)
    • Test Tools (9)
    • Testing Trends (3)
    • Third-party Certification (1)
    • Travel & Hospitality (9)
    • Usability Testing (7)
    • Visualization (1)
    • Zastra (2)

    Follow Us

    FacebookTwitterRSSLinkedin

      Subscribe Now

      Get the latest news and blogs on the software testing industry



      By continuing to use this website, you agree to our cookie & privacy policy.

      1 + 6 =