Answer Posted / naren
By using RE we can instruct QTP not to consider values of
an object but only consider the format.
ex:if u r testing a date field with different values then
QTP consider only date format not changing dates.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the features and benefits of quick test pro (qtp 8.0)?
Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?
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
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
How you can write contexts to text file in qtp?
Why to use descriptive programming?
When to use descriptive programming?
Whats the realtime QTP testing process
Consider one application is open, clicking one menu will open another application in another browser. QTP does not catch the URL of the second browser(second application). can we capture it ?
How many add-ins comes by default with quicktest professional (qtp)?
How to write business scripts using object repository with different scenarios
Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?
what type of run time errors you get while you ar edoing rpg program?
Is it possible to change the values of analog recording?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!