What is expert view in qtp?
No Answer is Posted For this Question
Be the First to Post Answer
What is output value? How many types of output values are there in qtp?
what area in a web application cannot be automated.
How to handle dynamic objects in quicktest professional?
in my system object spy show the web application as a window based propeties ex:winedit like that and also not recording scripts also so what should i do
When Recovery scenario actually starts while testing the application?
how you have used object libraries? plzzzzz do answer
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
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
What is diff betwee datatable.importsheet "path" and datatable.import
Use of Debug Viewer?
How do you invoke any application and write a script to invoke QTP using VB Script.
what is the default ordinal identifier.what are the send keys in qTP.