In a web based email application, a manual tester tests the application based on test data, test scenarios provided in TEST CASE document and doesn’t use any automation tools.
Example:
For the login page, a manual tester will be testing the following and verify whether there are any defects in the screen.
If there are any defects, then the tester will record the information in a Test Management Tool. Example (HP’s QUALITY CENTER; previously called as TEST DIRECTOR). Until the defect is closed, the tester will follow up with other teams and close it. Note: Closing of a defect depends upon the priority of the issue.
Testing done by using software without human intervention is called automated testing. Functionality Testing and non-Functionality testing can be done with the help of these tools.
When you type mail.yahoo.com or www.gmail.com in the web browser, at times, these pages will not open quickly. Either it will be delayed or it will not open at all. The reason is that it is not able to withstand the load.
Load Testing/Stress: In this testing, the automated tool creates “n” (example: One Million users) number of virtual users and concurrently these user will login to the email application. If all users are able to login correctly and access the information, then everything looks okay. If there is a time delay or some errors or if it doesn’t open, then the tester figures out that the email application is not able to withstand the load/stress.
Volume Testing: To determine whether the system can handle huge volumes of data. Here the automated software enters data.
Learn data modeling design Skills on OLTP and OLAP from a US University Professor with…
These SQL commands are related with Oracle's data dictionary and can be used to get…
important DDL Statements from Oracle like Commit, Rollback, Grant, Revoke etc..
In this section, we will try to explain about important database DROP commands that are…
In this section, we will try to explain about important database DML commands that are…
In this section, we will try to explain about important database ALTER commands that are…