How Many Test Cases we can Write in a Day?

We can tell anywhere between 2-5 test cases. First test case → 1st day, 2nd day. Second test case → 3rd day, 4th day. Forth test case → 5th day. 9-10 test cases → 19th day. Primarily, we use to write 2-5 test cases, but in future stages we write around 6-7 because, at that … Read more

Why do we Need to Perform Compatibility Testing?

We might have developed the software in one platform, and the chances are there that users might use it in the different platforms. Hence, it could be possible that they may encounter some bugs and stop using the application, and the business might get affected. Therefore, we will perform one round of Compatibility testing. Compatibility … Read more

How do we Test a Web Application? What are the Types of Tests we Perform on the Web Application?

To test any web application such as Yahoo, Gmail, and so on, we will perform the following testing: Functional testing Integration testing System testing Performance testing Compatibility testing ( test the application on the various operating systems, multiple browsers, and different version) Usability testing ( check whether it is user friendly) Ad-hoc testing Accessibility testing … Read more

What are the Different Models Available in SDLC?

There are various models available in software testing, which are the following: Waterfall model Spiral Model Prototype model Verification and validation model Hybrid model Agile model Rational unified process model[RUP] Rapid Application development [RAD] In the context of Software Testing, the question seems to be about Software Development Life Cycle (SDLC) models rather than testing … Read more

How would you Test the Login Feature of a Web Application?

There are many ways to test the login feature of a web application: Sign in with valid login, Close browser and reopen and see whether you are still logged in or not. Sign in, then log out and then go back to the login page to see if you are truly logged out. Log in, … Read more