how to write script in qtp(vbscript)..i mean with out
application deployed..and how to call script1 into script2?
Answers were Sorted based on User's Feedback
Answer / sreeprasad
runaction actionname(iteration mode,iteration
range,parameters)
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / akshar jain
u can do it by writing descriptively.. but usually all of
us are using qtp for testing purpose so a appliaction will
always be opened
Is This Answer Correct ? | 0 Yes | 1 No |
how to test Web application using QTP software
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
What is file database?
Hi, I want to pass a value in to Link object. For ex: I have a link where in which contains the value like "DC4463219(Active)". Whenever i will execute the script this value "DC4463219 (Active)" will get changed. I got the value DC4463219(Active) from the link and stored that value in variable "ACTUAL". If i want to select the same link again, while recording the value DC4463219(Active) will be recorded in object repository. So, that it will not work for the next cycle of execution as the value will get changed everytime as i mentioned above. I want to pass that Acutal value in to link object. The script is as follows: Actual Script when recording: Browser("Web Login").Page("Application").Frame ("ScopeFrame").Link(DC4463219(Active)".Click But now instead of this DC4463219(Active) i want to pass a variable where i have the same value. I tried to execute the script Browser("Web Login").Page("Application").Frame ("ScopeFrame").Link(Actual).Click But it is displaying the error message as that the value which we got from Actual is not existing in Object repository. So,i made the link object as regular expression. Even it is displaying the same message as mentioned above. If you are not able to understand, feel free to contact me with nbabu11@gmail.com
Does QTP record on Objects created on XWindows Environment?
Hi Every body please explain me in steps to use checkpoints and object Repositories in QTP for Flight Reservation application please tell me the steps for this its urgent pls thanx for urs answers
w is fragmentation and paging
how to call a funtion in a script? i have saved the login scipt in notepad. with extension .vbs. But when i am calling the function with the keyword CALL <Function Name>. its not working out. can any one give me a clue how to call the external functions. with example.
HOW to invoke any recorded script in QTP with out using RECORD & PLAYBACK CONCEPT?
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.
write a regular expression pattern for xyz?123?
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.