Answer Posted / amarendra kothuru
VBS file may contain
user defined Functions
general variables(global scope)
Enviroonment varaibles(global scope)
Constants
Comments
These are all depend on the user who creates VBS file.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How the exception handling can be done using quicktest professional (qtp)?
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
describe some problems that u had with automating testing tool?
Hi am New to Automation Testing , any one can you help me what are the basic questiion are asked an interview?
What is post recovery scenario?
I have many listboxes in my application. I have to check whether the contents inside the listboxes are in sorted order or not..can anyone please send the code as early as possible
If I change the object name in one action will it be updated in all the actions? Or not?
What will be happen if i load object repository at run time, but it has already associated.
write a script to verify the image path(src property) of the images which are in web pages.
Hoe can we do retesting using functions please give the code for it using login page
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
If the objects hierarchy is changing from build to build, then how you will handle that condition?
In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!
Does Low-level recording capture mouse movements?
Dis advantages of XML checkpoint ?