what is Regression Testing and how you are going to use
winrunner software to do this Regression testing?
Answer Posted / jaigurudatta
We do RegressionTesting whenevr thr are new enhancements in
the module of the application or an integration of new
application with existing one or whenerv a bug is fixed
then we go for this kind of testing.
so,that added features /bug fixing didnt adversely affect
the currently running application.
we do this kind of testing in between builds.
Usually for regression testing we write testcases for added
feature modules.usually in companies they maintain
checklists for important functionality testcases ,bcoz
during regression testing we dont find ample time to test
all the testcases.
Regression Testing Tools(also frequently called
Functionality Testing tools)...we use Winrunner,QTP,...many
more tools.
-->we usually automate the test scripts using ur testcases.
-->We enhance the scripts by adding wait
statements,synchronization points,checkpoints,regular
expressions,functions,recovery manager(to handle
exceptions) only after WR7.6 VERSION,virtual object wizard
(for non-standard objects) and many more...
All this to run until the error free scripts.
If any errors found,reporting the defects to developers
through test director or PVCS OR any bug tracking tool ur
company using.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
write a compilemodule function for loginscreen.
Have you ever created a start-up script?
How do you call windows APIs, explain with an example?
What are the platforms that WinRunner can be used?
How to check the background colour of the screen in WR?
What are the three modes of running the scripts?
What is the usage of Test case Design Techniques,in Integration/System Testing?
How do you handle tsl exceptions?
What do you verify with the database check point custom and what command it generates, explain syntax?
Why don’t we normally load the gui maps through start up scripts?
What actually happens when you load GUI map?
Name the different types of checkpoints?
Difference between winrunner and test director?
What is the purpose of gui spy?
What are data driven tests?