How do we call Library Files(.vbs) in the Test Script

Thanks in Advance...


Answer Posted / k.sai krishn reddy

u can add library file to ur script through Test-----------
-->Resources tab here u find option called add file there u
can add ur files manually before running the script then
save it so when ever u open that script attached lib files
also opened with that script.
i hope this will satisfy.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work

1554


What is standalone database?

1836


Can we run test with out adding object in object repository? How it is possible?

659


In the website, the protocol has been changed http: to https what you will do? Tell me your approach?

653


How to find the length of the string in qtp?

665






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

1457


How to find Operating system information using QTP script?

649


How many types of Automation frameworks are there in UFT? Describe them.

642


How many number of actions possible in qtp?

693


wht is Manual Testing Frame work. Pls anybody can give appropriate answers

1709


Without using gui map editor we can recognize the application in winrunner ?

700


If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?

4791


What is the basic concept of qtp?

666


What is the use of defining a newobject in the object repository "Define New TestOject". How to use this further. If we define new testobject, how can it recognizes the objects properties of any application.

1600


What is the difference between per-action and shared?

672