Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
No Answer is Posted For this Question
Be the First to Post Answer
If there is a change in the object type eg: A button is changed as link, 1. How to edit that in the shared object repository. 2.What options are available to edit the object within shared object repository other than copy from loca; 3.What would be the effect of the change in Coded Scripts within QTP and Functions stored in .vbs file which are loaded and used in QTP
To count the no of links present in the yahoo home page i have written the script like this Set fileSysObject=createobject("Scripting.FileSystemObject") Set linksFileName=fileSysObject.opentextfile ("D:\samplelinkfile.txt",2,true) Set linkDescObj=description.Create linkDescObj("micclass").value="Link" Set noOfLinks=browser("yahoo").Page("Yahoo! India").ChildObjects(linkDescObj) For i=0 to noOfLinks.count-1 linkName=noOfLinks(i).getROProperty("name") linksFileName.writeline(linkName) Next linksFileName.close Set fileSysObject=nothing While running the script it showing error that object "yahoo"isnot found in the object repository. Is there any setting before running the script? if yes what is the steps for it.Im using QTP9.0
Explain the check points in QTP?
How to execute the test cases using QTP. i.e What is the use of QTP while execution
How to build scripts that access data from external sources?
Plz explain about MATCH/EXACT MATCH/IGNORE SPAGE in text check points?
if you run one test script in internetexplorer the same test you run in mozilla ffirefox is it possible or not how is it.
Username field having some string mistake like"user naem".what type of testing i prefer to test spell check.
How to automate a script in mainframes environment? I have the terminal emulator Add in. Describe in detail.
Can any one tell me.......How the test engg's start testing in the compy environment.....real time tester PLSSSS help me i need in depth information regarding this...
What is descriptive Programming in qtp.
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?