API testing requires an application to interact with sample API for testing. To test an API, you require two things, Testing Tool/Framework to drive the API Writing down your own code to test the sample REST API Rest API test cases can be tested with tools like: Advanced Rest Client Postm...
In this article, we are going to discuss the answer to the interview question“Write some test cases for lift”. It is one of the commonmanual testing interview questions. The interviewer is hiring you for a QA team, not as a lift engineer, so they don’t expect you to be technical. ...
In this article, we will walk throughhow to write test cases for calculators. It is one of the commonmanual testing interview questions. Several applications use calculations, and calculator test cases are common interview questions. Usually applications such as eCommerce websites where the applicatio...
When we write test cases for a product, we have certain requirements for that product. If we have the product in front of us and if we need to test, then we perform exploratory testing. The same thing has to be done here as well with the pen. If you are just told to write the t...
A good test case starts with a strong title. As a best practice, it’s good to name the test case along the same lines as the module that you are testing. For example, if you’re testing the login page, include “Login Page” in the title of the test case. In some cases, if ...
Define test plans, test suites, and test cases. Specify their state. For a Test Suite to run, it must be in the In Progress state. For a Test Case to run, it must be in the Ready state. For details, see Create manual test cases. Run manual tests and verify the results. Mark ...
Define test plans, test suites, and test cases. Specify their state. For a Test Suite to run, it must be in the In Progress state. For a Test Case to run, it must be in the Ready state. For details, see Create test plans and test suites and Create manual test cases. Run manual...
Nice Post Vijay. If you can provide more test cases based on OWASP top 10 users will be benefited. Regards Srini Elluri Reply parimala October 8, 2022 at 9:48 pm Any one say how to test web application in initial stage(manualy & automation).which one recently used automation tool & ho...
– Checklist helps to quickly complete writing test cases for new versions of the application. – Reusing test cases help to save money on resources to write repetitive tests. – Important test cases will be covered always making it almost impossible to forget. – Testing checklist can be ...
In this article, we’ll look intohow to write test cases for Library Management System. It is one of the commonmanual testing interview questionsthat usually catches the candidate off guard. A library management system has multiple functions and features, we have to make sure that we provide ...