Manual Software Testing Interview Questions With Answers
Manual Software Testing Interview Questions With Answers
7) What are the check lists, which a software tester should follow?
Read the link on check lists for software tester to find the answer to the question.
@www.top100interviewquestions.com
19) Explain in short, sanity testing, ad-hoc testing and smoke testing.
Sanity testing is a basic test, which is conducted if all the components of the software can be compiled with each other without any problem. It is to make sure that there are no conflicting or multiple functions or global variable definitions have been made by different developers. It can also be carried out by the developers themselves. Smoke testing on the other hand is a testing methodology used to cover all the major functionality of the application without getting into the finer nuances of the application. It is said to be the main functionality oriented test. Ad hoc testing is different than smoke and sanity testing. This term is used for software testing, which is performed without any sort of planning and/or documentation. These tests are intended to run only once. However in case of a defect found it can be carried out again. It is also said to be a part of exploratory testing.
23) What is meant by functional defects and usability defects in general? Give appropriate example.
We will take the example of Login window to understand functionality and usability defects. A functionality defect is when a user gives a valid user name but invalid password and the user clicks on login button. If the application accepts the user name and password, and displays the main window, where an error should have been displayed. On the other hand a usability defect is when the user gives a valid user name, but invalid password and clicks on login button. The application throws up an error message saying Please enter valid user name when the error message should have been Please enter valid Password.
@www.top100interviewquestions.com
33) What is the difference between volume testing and load testing?
Volume testing checks if the system can actually come up with the large amount of data. For example, a number of fields in a particular record or numerous records in a file, etc. On the other hand, load testing is measuring the behavior of a component or a system with increased load. The increase in load can be in terms of number of parallel users and/or parallel transactions. This helps to determine the amount of load, which can be handled by the component or the software system.
@www.top100interviewquestions.com
@www.top100interviewquestions.com