HOW TO OPEN NEW TAB USING VB SCRIPT IN QTP?
Hai Buddy,
I just to inform you that QTP support Internet Explorer and
IE earlier versions don't have TAB functionality up to IE-7
Internet explorer just open the new BROWSER always not TAB
so,if functionality is not available then how you open
this.....
| Is This Answer Correct ? | 4 Yes | 18 No |
what is diff between static and dynaic arrys?
If else for do while select in vb script?
write a vb script to find the size of d drive?
Which operator can be used to check if two numbers are equal or not in vbscript?
I want to count the total no of links present in yahoo home page. The script like 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 But while running the script it is fail (the object not present in the object repository).How to overcome please tell me the detail steps...for QTP9.30
How will you get a combined string from array of string in vbscript?
How to learn VB Script, Since iam working with QTP. So i need to learn VB script.
Hi, can any one tell this Actually I AM NEW TO QTP I have one qtp script in which it calls the vbs file during it's run TIME by using the ExecuteFile "absolute path" If the vbs file is executed seperately it will give the output in a msgbox In the same way if qtp script is executed the result will be displayed in w result window right? Now the question is how to get that vbs file output in the qtp result window when I run the qtp script which calls the vbsfile during it's run TIME
How you can call vbscript functions?
How will you check that a variable is an array in vbscript?
write a vbscript for traffic signal
I have attended Anovatek Software QTP interview. They will give us computer and one web based application with QTP. We have to automate some records (already updated records or new records) using QTP Data driven testing. But we should use for loop? Can any one know how to do data driven testing using For loop?