As u told write Libarary files in QTP. Do u use ever oject
repositary 0r spy while writing scripts and for which type
of testing u prepared test scripts.
Answer / anonymous
To be frank, I have Fake experience. Since I have 3+ years
gap after my BTech/BE/Any Degree, and I just completed the
course in xxxyyy" institution, I put 3 ys exp. So I never
used it. I mug up and came.
-----For Fun---------------------------
I always use OR. Sometimes spy should be used, when doing
DP.
2. For this qus, I could not get the point clearly, can you
elaborate it.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the extension of the recovery scenario file in qtp?
How to import the Test Results in QTP to an Excel sheet
does qtp runs on internet explorer 7.0
What are the file extensions for per-action, shared object repository files and what is the extension for library files?
UFT 12.02 which ALM version will support
What is creation time property and how does it work?
I have two actions in my QTP test and two iterations in my DataSheet. I want to execute the Action 1 for the two iterations only after which i want to exceute the next Action2. How is this possible?
How to export quicktest professional (qtp) results to an .xls file?
1.what is the extension of action template? 2.what are the strengths and weaknesses of Keyword driven framework? 3.how qtp identify runtime objects?
In my QTP script I have a word in notepad that ends in a question mark, for example... "father?" As part of my script I want to delete the question mark. How do you delete a character in notepad?
Brief the process of testing with UFT?
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