how to do regression testing in qtp? plz give ans with
examples
Answers were Sorted based on User's Feedback
Answer / swetha
regression testing can be done on the application for which
the testcases written for build1 will be executed on build2
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / sankar reddy
Example:
Let us say a portal has introduced DateOfBirth(DOB) field
to its new user addition page. Assume that earlier it has
got only Name, LoginName, Password, Email fields.
Manual Regression:
A tester who want to regression test this portal has to
execute all the test cases created earlier to validate
Name, LoginName, Password, Email fields, successful login
etc. Test cases may include checking for non-blanks,
length, not allowing special characters etc.,
Automated regression: Let us say, tester created automated
QTP scripts to test Name, LoginName, Password and Email
fields, successful login etc.,
When they add DOB field to new user addition page, testers
have to first validate new field DOB as part of system test
and then as part of automated regression , they have to
execute all the QTP scripts available to ensure that
functionality before implemention DOB field is working as
is without any issues.
Regression Testing is a type of testing, if we do it
manually, it can be called as Manual Regression, if we use
automated scripts, then it is called as automated
regression.
Let us now if you have any questions.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / rafi
Actually we are using tools in regression testing
After executin manual test cases it is comming to regression
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / jayesh
frame work is mainly used for merging various sub-scripts/
scripts and calling them in the qtp test project file. use
of frame work may not be only with respect to regression
testing it can also be in smoke testing and other kinds of
testing.
subscripts are saved in .vbs format and then attached to the
main test script while you run it .
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sudeepth madhur
Could Some one explain it Clearly?? with the real time
scenario.. not the defination
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / sunil kumar sahoo
Through the feature "Test Bath runner" of QTP we can go for
regression testing.
| Is This Answer Correct ? | 0 Yes | 2 No |
Name the different types of recording modes?
What is the difference between systemUtil and invoke method..?
hai friend's .. my question is a[0]=I a[1]=N a[2]=D LIKE IT GO'S i need output INDIA ,using simple string how will u do? can any one tell really need full..
4 Answers Mind Tree, Tech Mahindra,
what are the qtp tester responsibilities?
What is the exact difference bet function and action in QTP Anybody can explain it in detail..Thanks in advance..
Please explain how to open with notepad of saved html file by right click option using QTP
How to capture screenshots of Exceptions/Errors during run- time?
how to invoke the web application through script in qtp
How do Parameterization and Data-Driving relate to each other in QTP?
If there are 100 checkboes in a page then how can we select 10th & 11th & 14th chexkboxes at once through descriptive programing in QTP using vb script. Please send the answers...
how do u get lib files into scripting files?
What are the Application Functions available in QTP?