1. How do declare public variable in vb scripts?
No Answer is Posted For this Question
Be the First to Post Answer
How to make professional test report using vbscript code in UFT, which gives us complete analysis of the test.
0 Answers College School Exams Tests,
What is the use of option explicit in vbscript?
write a text script to display * as below ********** **** **** *** *** ** ** * * * * ** ** *** *** **** **** **********
write a vb script to generate the following pattern ***** **** *** ** *
What is the extension of the vbscript file?
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
what types of bugs will we find out in banking projects for automation testing?
0 Answers Napier Healthcare, TCS,
give me any information abou vb script books learn quckly
hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?
How to open browser in vb script?
Hi I don't have any idea on VBscript. can any one point me to a good web site to learn VBscript. Regards lina
what is test scenario?