Which command is used for writing text on a page?
No Answer is Posted For this Question
Be the First to Post Answer
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?
Why is it recommended to close the database connection every time after the work is completed?
Which command is used for writing text on a page?
What is vbscript language used for and which earlier language is it modeled upon?
What is the difference between Javascript & Vbscript?
How you can call vbscript functions?
How to select a value from a list box by using Selenium web-driver?
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
Input = 124 output should be 124421 Please do not use any string functions/variables
How to create a cookie using vbscript?
Hi, Can anyone please send me vb script examples to practice vb and also material to learn vb scripting in QTP? my email id : hareen_11@yahoo.com
How to pass the parameter from one function to another function in VB Scripting?