Category «Automation»

Aug 24 | API Testing Beginners Training | Raghav Pal

Hi Friends, I am starting a personal batch for – API Testing Beginners Training from Aug 24, Monday Start Date  Aug 24, 2020 (Mon) Time  7 pm IST Duration  5 Days | 2 hrs per day Mode  Online If you are interested, send your nominations. more details – https://automationstepbystep.com/api-testing-beginners-course/ I will be taking only the …

Udemy Discounts | June 2020

Hi Friends, These are limited discount coupons for all my courses on Udemy for the month of June 2020 https://automationstepbystep.com/udemy-discounts/ Coupon – June2020Use or share with your friends or anyone who may need them.Never Stop Learning,Raghav

What is a Test Pyramid?

Test Pyramid is a model for organizing tests in a way to make the process of testing faster, efficient and cost-effective. This model focusses on getting maximum functional testing getting covered by faster and less brittle tests like Unit and API tests. Test Pyramid model says: Have maximum functionality tested by unit tests Have more …

What is DARK LAUNCHING?

Dark launching is the process of releasing features to a subset of users prior to a full release The idea is that rather than launch a new feature for all users, you instead release it to a small subset. Usually, these users aren’t aware they are testing the new feature; often, nothing highlights the new …

What is Interface Testing?

It is a type of testing to check and evaluate the communication between two software systems. Interface is the connection that integrates different components of an application or system. The interface could be anything like APIs, web services etc. Testing of these connecting interfaces is defined as Interface Testing. Every software application comprises of several …

What is Contract Testing?

A service consumer and a service provider interact with each other based on some protocol or rules. This set of rules of communication between two services is called Contract and the process of testing the communication between the two services based on this Contract is called Contract Testing The consumer creates the contract with its …

Priority vs Severity

Priority and Severity are attributes of a defect in software testing and should be provided in the bug report. This information makes it easier for the developer to decide on which bug to fix earlier. Priority is determined by the impact of the bug on the business. For example, if on the Google home page …

What is Accessibility Testing

A type of testing performed to ensure that the application being tested is usable by people with disabilities. To ensure the application is accessible to people who have disabilities like Blind/visually impaired Deaf /hard of hearing Speech impediments Physical disability/impaired motor function Cognitive disability It is a subset of Usability testing to ensure the system …

What is a Cookie

A cookie is a small piece of data sent from a website and stored on the user’s computer by the user’s web browser while the user is browsing. Cookies are files created by websites you visit. They make your online experience easier by saving browsing information. With cookies, sites can keep you signed in, remember …

What is Bucket Testing

Bucket testing (also called A/B testing or Split testing) is a type of testing where two versions of a website are tested and compared against one another to see which one performs better on specified key metrics (such as clicks, downloads or purchases). Companies and websites in e-commerce space and involved in online selling, mostly …