Answer Posted / swarup
We can call a function using below method.
Call Function Name("Hello World")
[public/private]Function Function(text [Arg List])
MsgBox text [Description]
End Function
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to analyzing the checpoint results?
What is different command used in command Prompt while using QTP?
Explain different checkpoints in qtp.
Hi Friends, I worked with 8.2 not with 9.2. Please help me in this prob. I created one script and recorded some think and save as Test 1 then I opened process--open the object repository manager. Switch to file->save->give some name->save as Objectrepo1.tsr file. (This is the global repository file.) Then I went to object repository->tools-> associate repository ->click + icon ->open the previously saved Objectrepo1.tsr file. This is the global repository Now I created one more script and save as Test 2. In this script I am calling script with the Help of "Call of existing action" and I executed but QTP is not able to execute B’cos it is QTP is not able to read the Object Repository of Test 1. Please let me know why? Once I made Script 1 as a shared Obj. Repository so it would not give any Problem. Right?
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?
How to use actions in qtp ?
How to analyzing test results using quicktest professional?
To which environments does quicktest professional supports?
How to carry out bit map check points in QTP
What is an object repository?
Can any one send me the QTP Basic Coding Samples?
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.
What if recovery scenarios is also failed for identify the alert ? (We are handling unexpected popup through recovery scenarios but if still recovery scenarios also failed than what should be the approach)
Tell me about qtp?
What are the properties you would use for identifying a browser and page when using descriptive programming?