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 |
How to Write Test case for Smoke Testing
9. Are there materials you would like to see added to the Web site? Which ones?
What is the Change management for documentation? What is the role of documentation in QA??
Orthogonal Arry Testing?
Can you explain the concept of tailoring?
How do test documents in a project span across the software development lifecycle?
What is Database Testing?
What is Forward and Backward compatibility? How will you write test cases for compatibility testing?
What is Software Testing? Objectives of Testing?
in an online banking software,users are connecting to bankserver by login.This login module can take below inputs for user. a/c number prefix-3 digits but doesnot start with 0&1 a/c number sufix-6 digits number password-5to 10 chars alphanumerics in lowercase areacode-3 digits number but optional purpose- cheque deposit money trasfer mini statement bills pay After filling above fields,user can click submit button to connect to bank server.prepare test scenarios for online banking s/w login.
do u know abt integration testing,how do u intregate diff modules?
what is the difference between reporting and testing? which one is good to choose as a carrer?