wat are views in qtp explain
Answers were Sorted based on User's Feedback
Answer / shobha
it is keyword view and expert view ,keyword enables to
create steps in keyword driven ,modular ,table format.where
as In expert view quick test displays each operation
performed on your application in the form of a script (vb
script)
Is This Answer Correct ? | 17 Yes | 0 No |
Answer / srinidhi patil
There are only 2 views in QTP i.e.,
Expert View and Keyword View
Is This Answer Correct ? | 7 Yes | 3 No |
Answer / nidhi
mine ansewer was test pan ,datatable,activescreeen,in menu
having spy ,record ,run ec.
correc me if mine answer is wrong
Is This Answer Correct ? | 1 Yes | 16 No |
Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
Suggest and Define a solution for an application whose objects are not recognized by UFT?
What is the difference between gettoproperty and settoproperty?Explain with an example?
IF there are seven browsers with same name open. I want to close one particular browser thru QTP. how can i do this?
How does Parameterization and Data-Driving relate to each other 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
What is operator in VB Script?
Explain about the Test Fusion Report of QTP?
How to handle Dynamic Arrays?
I have the script like this: Browser("Login").Page ("Application").Frame("ScopeFrame").Link("DC3701737 (Active)").Click in which the value "DC3701737" will get changed and i have to use the same value in so many places. I got the value "DC3701737" in to a variable(Say x). Now if i want to pass the variable in to link object .. how? Browser("Login").Page("Application").Frame ("ScopeFrame").Link(x).Click Is it possible to pass any variable into a link object .. so, that the application will select that link automatically? If ur not able to understand, pls let me know.
What is the difference between QTP 8.2 object repository and QTP 9.2 object repository Any body have an please give Answer Mail id: nagireddy.sn@gmail.com