we are submitting data one form to another form.defaultly
it is time period set as 5sec. but it is taken 15sec what
to do
Answer Posted / rajasekhar
using sychornization point we can sychornize both or we can
call Callwait() funtion and set particular period of time
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is data driver in qtp?
What are the different ways to invoke an application using QTP?
How many lines of code in each script of QTP?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
what is the difference btn risks & Therads in the Test plan documentation?
Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma
For which type of project the iterative model is suitable?
In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?
How to import a test case present in ".xls" file to TD under a Test set?
How to handle dynamic objects in quicktest professional (qtp)?
What is the syntax for how to call one script from another?
Object repositories types, which and when to use?
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
How will you declare a variable in qtp?