Discuss the QTP Environment?
No Answer is Posted For this Question
Be the First to Post Answer
in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?
Are You using any frame work? What is that? Explain about that.
HI! I have completed my testing course in 2008. but now am working in banking sector as a data analyst and i want to move to an IT based company but am unable to understand whether i have to complete the testing course again and try for a job .
suppose u hav a 10 dialog or window opened on screen with same name & value. now how to test each window? i.e. how qtp indetifies these objects separately?
Explain different recording modes?
In QTP , Test Director combination . what is the role of Test Director? How QTP Launching QTP in T.D ? If it is Winrunner possible. but QTP How it is possible?
what is the difference between DATA TABLE and DATA SET?
What does SPLIT and JOIN commands do in Vbscript?
6 Answers Ordain Solutions, UBC,
Tell me few important difference Between QTP and WinRunner?
what is Function Definition Generator? can any one explain me in details?
can u give one scenario for for PopWindow Exception & write Code for that?
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