I have recorded a test over web application(with IE6.0) in
analog mode. But, while running it my test gets failed. Why?
(Note: my systray has 3 open web applications)
Answer Posted / tara
Analog mode records depends on screen as well as followed
window..means if you record related to screen then it
basically depends on position of the window.while recording
if you place window somewhere else and while running script
you might be moved the window some where else..thats why
script is failing
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
wht type of User defined functions or Java Releated functions do we write in VB scripting
I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }
Where should i find checkpoint and virtual objects's Object properties and values in the QTP 9.2 Means where checkpoints or virtual objects related data will store If i want to get the runtime object properties how can i use Getroproperties on Checkpoints
explain how to write vb script in qtp?when will you write own script?
What is qtpro? What is quick test pro? What is a quick test professional?
How do I get the QTP scripts result in xml format by using vb script function?
how to disable the pop ups through QTP using a script
what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?
what is test scheduleling?
In an interview, what r the general questions asked in QTP? pls give me anwser to this question?
What are the different recording modes and how do they work?
Output values? i want a practical example
What are the different attribute used with regular expression?
What are the types of environment variables in qtp?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.