Question: How do you complete the testing when you have a time constraint?
Answer :
If i am doinf regression testing and i do not have sufficient time then we have to see for which sort of regression testing i have to go 1)unit regression testing 2)Regional Regression testing 3)Full Regression testing.
if we have a time constraint, better 1) prioritize the test cases or 2) go for adhoc testing(only don't have that much time to write tc)
 Posted by: Rijjy Date:
Contact Author
we need to check that the application is being tested for the first time or its a updated version.
If its a new application.The testing could be done on the following: 1) Test the areas where the application is very complex or lot of calculations involved 2)Test the application where the intervention of the user is more when compared to other areas in the applcation 3)Test the application where the programmer would have written the coding in a hurry 4)Test the areas where the changes has being made