Category «Automation»
Testing QUIZ 2
Testing QUIZ 1
Live Today | 9 pm IST | Raghav Pal
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 …