how to do the batch testing in test director using manual
testing procedure?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More QTP Interview Questions

Is it possible to merge two object repository files in qtp?

0 Answers  


What is the difference in between function and sub as well as give some code of both

1 Answers   Wipro,


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

2 Answers  


How u call functions in QTP Function to calculate the length of characters in a wor

2 Answers  


How QTP support all types of applications (platforms)?

0 Answers  


How iteration is related to Test Results in QTP?

1 Answers  


How to covert a String to an integer?

5 Answers  


please tell me how to identify the index of the link in the web table .links are not constant.example i want to click the link in the inbox ,search the item and click the partcular mail.(mail links count is not constant)

1 Answers   IBM,


How to return a value from a fn, if it has more than one value how to return

3 Answers   Verizon,


How to find duplicates in an array and remove them efficiently?

2 Answers  


write a qtp script to enter user name & password for flight reservation login page from excel sheet

1 Answers  


How can we redirect QTP results in to a excel sheet after the execution

3 Answers   SAP Labs, Virtusa,


Categories