What if there isn't enough time for thorough testing?
Answers were Sorted based on User's Feedback
Answer / ramyab.mca@gmail.com
Hai...
Use risk analysis to determine where testing should be
focused.
The following steps are mostly doing in this time,
1.Which functionality is most important to the project's
intended purpose?
2.Which functionality is most visible to the user.
3.Which aspects of the application are most important to
the customer
4.Which parts of the code are most complex, and thus most
subject to errors.
5.What kinds of tests could easily cover multiple
functionalities
K,Byeeee..
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / @mit
I m agree with Ramya. Ans but i want to add something.
In this case v can follows some steps r as follows:-
- v Prioritized the Test and based upon this test the
application.
-Prepare and execute the Test Scenarios.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / n@n!
if insufficient time occur test engineer choose adhoc
testing.
| Is This Answer Correct ? | 0 Yes | 2 No |
Can any one explain in detail about HLDD(High level design document) and LLDD(Low level design document). general at point of time can testers use this. wht does this doc contain.
why you choosed testing as a carrer?
What are the validation check u generaly do in a Banking log-in form in security point of view..?
what is penetration testing
Explain all kinds of testing?
What is dry run testing??
What is difference between web based testing and windows based testing ?
How many Test Cases can u write for the Login Page Scenario?
have u involved in reviws ? wt type reviews u done?
why use caffine for HPLC calibration ?
Build is going to be delivered in another 30 mins.At that time you have find an critical failure. What will u do ?
After successful login,If I have to check whether the name of the screen,other contents are proper or not this is called GUI testing.But if I am writing the test for functionality.then may I have to add this [Screen name,other contents]to expected result in my Functional testing or I have to write the other test case document for GUI testing?Thanks in Advance