about vb scripting programs
this type of all question& answers
No Answer is Posted For this Question
Be the First to Post Answer
Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).
What is variant in vb script?
What are the rules to name variable in vbscript?
What are the differences between sub procedures and function procedures?
Explain the functionality of vbscript?
Could Anybody tell me VBScript for Check if a given number is Prime number-Don't use any Built- in Functions Boolean/int is Prime(int number).. Thanks in advance.
How to get 120 using 5 zeroes, you can use any operator(+, *, /...) in qtp.
reverse the string without using reverse string?
i want to when we will write the scripts either after getting the build or after getting the SRS?
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
Write a Script for ATM in QTP
What is the difference between for loop and while loop?