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
Why don’t we normally load the gui maps through start up scripts?
Have you used winrunner in your project?
What is the disadvantage of loading the GUI maps through start up scripts?
What is contained in the test scripts?
How do you make the configuration and mappings permanent?
descriptive program for web application.
Where did you learn winrunner and testdirector?
How do you handle pop-up exceptions?
Difference between winrunner and test director?
The title of the window consists of date and time.What is the regular expression to recognize the window as unique?
What is the extension of gui map file?
supose 10 times text data is there but it will run 8 times whtat will you do.
Which are default codes winrunner generates when we start the application?
What information is contained in the checklist file and in which file expected results are stored?
what are the differences you see in e-commerce and banking domain in testing point of view Thanks in Advance