How to run a test using quicktest professional (qtp)?
No Answer is Posted For this Question
Be the First to Post Answer
Hi ,Can any one pleas explain how to test splash objects using QTP?
What are the differences between quicktest professional and winrunner?
A web page has two butons with same properties and rotating in clockwise direction. how to click on any of the button?
How should I get results when I run scripts in a Batch mode
I have to automate webpage. If I click one hyperlink2 it will take 2 hrs to open. How to automate hyperlink2?
4 Answers Cap Gemini, Polaris,
what is the defference between calling ation and called action?
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
How to find duplicates in an array and remove them efficiently?
one ok button and one text box is there.when i click on ok button in that text box one no. will display from 1 to 100 randomley.if that is not 100 when we click on ok button again ,again another text box ll created with another no. we will continue this till the text box created and displays 100.and when its 100 ok button should disabled. remember thet no will display not seriely ,it displays randomley,and each time new text box will created.
where do you define the objects as regular expression when u are using regular expressions.
hou can we use vb script in qtp could u tell me breafly
What is Expert view?