I want to open a Google page without recording a test and i
do not want to use system.Util.run command as well how do i
do this?
Answer Posted / sanurajps
Hi,
Try this one..
Set MyObj = CreateObject("WScript.Shell")
MyObj.Run "www.google.com"
Sanu.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
how do i know how to use tools
What is quicktest professional window?
Will down time for server and content maintenance/upgrades be allowed? how much?
Do you know how to connect database? Can you tell me the procedures?
what are the limitations of smart identification in qtp 9.0
Is it possible to change the property value at runtime? How it is possible?
What are the ordinal identifiers in web page?
Explain building blocks of the bpt framework ?
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
Where we can use the synchronization?
Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop.My scenarios is like that,it should contain following steps. 1)Automatically it should click on start and then on remote desktop connection. 2)it should enter the IP address and then connect to remote desktop. 3)and then it should be able to record the application in remote machine and then run it also. Can somebody tell me how to record the application which is in remote machine.
What are the types of properties that quick test learns while recording?
How to find the path of folder in which the test is saved in qtp?
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")
what type of framework u r using in ur organization