How to use QTP for Regration testing, plz tell as with
short Example of login window? plz tell as....
Answer Posted / kathir
Regression testing is coming after any changes in the build.
We can record the new scripts based on running the modified
application. But in this case we can't reuse the code and
it will take time to complete the process. So, recording
again is not a solution.
If a person knows the scripting language then he can reuse
the existing test scripts and he needs to modify the
scripts (ex.object properties)based on the new build.
So, while you are thinking about regression testing. You
should have some knowledge in vbscripts
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are the different ways to invoke an application using QTP?
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
What is qtpro? What is quick test pro? What is a quick test professional?
How many tabs are available to view your test in a test pane and what are they?
Explain the features and benefits of quick test pro(qtp)?
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?
I recorded a Web App with a Oracle backend using QTP 9.5 and for some reason the scripts don't play back> What am I missing at this point. I recorded the same Apps under Sybase and they work great. This is Oracle 10g. Why won't my scripts play back.
What is qtpro? What is a quick test professional?
How to remove associated function library?
How to record a qtp script ?
Pls can anybody send me the Recent Technical and Interview Questions Which were asked in IBM(QTP)Automation PLZZZZZZZZZ
How may types of defects identify application or your currently working application?pls give me answer..
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.
i need to add 1000 users in a domain i written the script for that and it is running successfuly but the problem is that my system is not the user of that domain in which i have to add users so for adding users in that domain i have to install qtp on that another system, can anybody suggest me the way to add those users from my system ultimately i want to know how to access remote computer through script
What is the extension of qtp local repository?