How we conduct Regression Testing through WinRunner
Answers were Sorted based on User's Feedback
Answer / suneel
Winrunner is used to do regression testing. If there is a
small change in the application and if we need to check
whether the functinality of the applicaiton is not breaking
then we do the regression testing. For this regresson
testing we use the winrunner. let me know if I am wrong.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / neelam
Using Winrunner, we can run the recorded tests on new
builds submitted for regression testing. We can achieve
mainly 2 things with this
1. We can use the recorded tests on the new release without
redoing the whole testing process - data entry on various
forms etc.
2. We can find out any unexpected differences in new
versions with checkpoint failures
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ch.s.m.prasad,kkd
absolutely right Irayya. though data driven test(ddt) we
conduct the regression testing
| Is This Answer Correct ? | 0 Yes | 0 No |
regression testing is nothing but to check whether any
modificaton has been taken place after fixing some bugs in
your application....so,you can conduct the regression
testing through winrunner by running all the scripts again
to findout whether any scripts has been failed those are
actually in the passed status.pls do correct my mistake if
i'm wrong
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / irayya
yes every body knows that winrunner is used for regression
testing but how? pls read the question carefully before
answring bcs lot of pepople will be going through this site.
regression testing can done by ddt correct me if i wrong
| Is This Answer Correct ? | 0 Yes | 1 No |
I Loaded a compile module "mycomp()" using Load statement.later I tried to load this same compile module using one more load statement.Then I tried to unload this usning unload statement one time.will it unload the compile module?
The default type of Constants and variables supported by TSL are..
global sheet and external excel sheet how it will work
The title of the window consists of Date and Time.Tell me the Regular Expression to recognise that window as unique?
how do you use DLLs in winnrunner?
what is TSL script to connect testdirector through winrunner
What are all the parameters used in Winrunner? What is actual parameter and formal parameter?
what is the key combination to terminate script execution
what is Recovery senario?
How to Import(insert) data from an excel sheet to Database(table).
Friends,while installing winrunner,after setup unknowingly without generating license i opened winrunner.it didn't work,then i uninstalled wr ,and again installed properly ,generated license,opened winrunner .error msg :TMP environemnt variable is set to invalid folder.it must be set to valied folder.TMP is not a directory ,Exiting........ so kindly suggest me the solution
If the data is stored in Excel sheet(2nd and 3rd), how to access it for Data Driven test; Ex: table = "c:\demo.xls" How to access 2nd or 3rd sheet data id demo.xls flie.