how to excute testcases in regression testing time.
Answer Posted / mhalsakant kausadikar
First u have to collect the data of requirement at the time
of regression testing and then make test cases as follows:
Reg testcase1 Reg testcase2 Reg testcase3 Reg testcase4
Fixed Bug1 Actual Result Result Want Pass/Fail
Actually reg.testing is very complicated but if we put
the all test cases and select actual bug in above way then
it is easy to understand which bug will occur in next .
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
1.What types of documents would you need for QA, QC, and Testing?
Encapsulation of attributes and operations inside objects makes it easy to obtain object state information during testing. is it true.explain
Do write a separate test case for regression testing? If it is yes, explain how to write the test case?
from where do u collect test data if u miss some data what will happen
Explain the advantages of automation over manual testing?
how to write test cases on SRS?tell me any example which type of certification is usefull for less then 1 yr exp. people in testing. can anybody know immediatly sent it which the answer
What is the difference between static testing and dynamic testing?
Tell me a critical defect in which your Client,PM,PL appreciate on you
What is the difference between authentication and authorization in web testing?
How can you do the usability testing?
what is the impact analysis?
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....
Write positive and negative test cases for forgot password?
Can anyone please suggest me a online book on manual testing??
Why is it impossible to test a program completely?