You have been given an application and you have only 15
mins to test the application. How would you do the testing?
Answers were Sorted based on User's Feedback
Answer / vj
the question must be clear like complexity of the project
normally it will be considered for risk analysis if we have
less time but not sooo less
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / gs
What I will do is first check what is the purpose of that
application and then will test the basic functionilities of
the application according to its use. Thats what I think we
can do of the time span is very less.
| Is This Answer Correct ? | 0 Yes | 0 No |
ou would do an exploratory testing. which means testing the
application without an document.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rita
In 15 mins without the requiremnet document/application
Knowledge, one can go for smoke testing(basic/main
functionality testing) to find out any severity 1 issue
exist. If there is no issue in smoke testing then the
application is good to go for next level of testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
what r the strategies & methodologies r u following in preperation of test cases based on usecase?
What is the difference b/w Smoke Testing and Sanity Testing with Example...
When you have logged a Defect for X, Y, Z issue. i)If X, Y issues are fixed and Z issue is not fixed. What will you do? ii)If X, Y, Z issues are fixed and a new issues T is created. What will you do?
Explain what is 'test plan driven' or 'key word driven' method of testing?
Which review is normally used to evaluate a product to determine its suitability for the intended use and to identify discrepancies?
Explain error?
A) Please give example for below statements. 1.Statement Coverage: Every statement in a program execute atleat once. 2. Decision Coverage: Every point of Entry and Exit in a program invokes atleast once. Each decision in a program has taken all possible outcome atleast once. 3. Condition Coverage: Each condition is a decision in a program has taken all possible outcome atleast once. 4. Modified Condition Decision Coverage: Each Condition has shown to affect that decision independently by varying that decision while keeping fixed all other possible condion. B) If the condition is (A&&B||C) then minimum 4 test case required to cover all the paths. Which are those 4 test cases. C) If the condition is (A||B&&C) then minimum 4 test case required to cover all the paths. Which are those 4 test cases.
Mention the difference between data driven testing and retesting?
I am asking this question out of my interest. Geneva Billing tool is used by BT to generate bills, what is the process to execute the test cases manually..do i need to write SQL query or it is a GUI based tool. Thanks..
Mention what bottom-up testing is?
what is the difference between application server & web server?
Explain acceptance testing?