vb script for calling one function to the another function
Answer Posted / kalla
Use the command -> Call <Function Name>
Example:
Call yahoo sing (here we can give parameters, and path
regards to application however ,Example: Datatable
("path",dtglobalsheet) , that path should be in datatable )
Call yahoo inbox ()
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?
How can I import environment from a file on disk?
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?
Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks
what is object and child object.. explain ..if possible give some example for better understanding ..
In qtp, how you can use xpath to identify objects?
what could go wrong with test automation?
.have you ever written compiled module? if yes , tell me about some of the function that you wrote.
How can we conduct U-I Testing by using QTP??????
Explain advantages and disadvantages kdf?
Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("ยป County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma
What is the pros and cons between QTP and Rational Robot
wht type of User defined functions or Java Releated functions Do we write in VB scripting
how will load the object during runtime?
What are test settings and global settings?