How are comments handled in the vbscript language?
No Answer is Posted For this Question
Be the First to Post Answer
how to write codings in QTP using vb script. please help me. i am new to QTP. it is easy or very much tough. please tell me
does anyone have qtp11.0 license key.Please sendit to my mail id-rrvv2011@gmail.com...Thanks
what is visual basic?
write a vb script to open a text file and write into it
Explain the difference between POST and GET Method.
What is the purpose of folders object of scripting.filesystemobject class in vbscript?
i have to open a notepad having no. of words in dat file by recording in qtp and then find a particular word and display true or false
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
Develop a parameterized action that accomplishes the following a. Launch a browser of users choice ( example : IE, chrome etc) b. Open up a search engine (Google, Bing etc) c. Perform a search d. Click a particular link depending on the user’s choice ( 1st , 2nd or third link)
There is a web Table where You will find Two Columns First Column consist of Check box and Second column consist of Test cases ID(Viz T1,T2,T3....Etc); If You select any Test case ID, respective Check boxes to be checked write a VBSCRIPT for this scenario?
Which event is triggered when mouse focus comes out of an element in the vbscript language?
Write a Fucntion to close all Opened browser expect desired one?