write qtp descriptive programming to activate multiple notepads?
please urgent friends
Answer / udham singh
for i = 1 to 5
systemutil.run ("notepad")
next
i will open 5 notepads on the desktop.is this what u want?
| Is This Answer Correct ? | 2 Yes | 3 No |
results.xls file is automatically generated while running the script in QTP.But it is showing error to open the file
What is the difference between gettoproperty and settoproperty?Explain with an example?
What are the types of environment variables in qtp?
How to use actions in qtp ?
what is risks of testing a project?
Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.
I am not able to record yahoomail browser.its giving error like "The browser Application can't be launched .Posssibly the URL is wrong" So anyone can tell me what setting i have to do in qtp??
can any one please tell me QTP 9.2 supports which version of IE and Mozilla firefox.
You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?
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?
How function returns a value?
Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.