how to excute testcases in regression testing time.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / arpita
Regression testing is done for a module to ensure bug fixing after changes made in the that module.
First of all collect all the requirements and design test cases accordingly..previously designed test cases for retesting can also help in doing regression testing..
Let me correct if something wrong..
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nitin sharma
Suppose we get a build and it is accepted after sanity
testing then we starts our regression phase in which we
divide the modules to be tested in different enviorment to
find the bug for eg:- If we have a module and we have test
cases for that then we execute that test cases in 3 or more
enviorments like in first id we check that with
IE7(browser),winXP(OS),Oracle database,then in second id we
will check them with FF(browser),winViesta(OS),MS databse
So in this way we could find more bug in regression
| Is This Answer Correct ? | 0 Yes | 1 No |
After Executing the testcases, logging bugs...after completing all this processes, what document tester will prepare?
what is corrective & Preventive Action
What are the disavantage of Manual Testing?
what does a test plan contains and is a tester allowed to see the entire test plan or only the scheduling part of the test plan
If we are enterinf different inputs for the same field then tester have to write that much separate test cases with separate ID. E.g. First name field Inputs are - 1. valid name = Shyam, 2. Digits , 3. Blank Space, 4. Empty Name, 5. Enter name after blank space, 6. Special Characters etc. So May I have to write 6 separate test cases with test case id 1,2,3,4,5 & 6.?
What is the difference between the company site and the yahoo site?
what is the Exact difference between Sanity and Smoke testings
what are the release notes and what release note contains, when these prepared.
How can you prepare the resume for testing? Can you send me the answer for this questions?
difference between regression testing and re testing?
What are the differences in testing a client-Server and a web Application
In Testing What Type of Defects your finding