Difference between Function and Sub routine?
No Answer is Posted For this Question
Be the First to Post Answer
How to find arry size in qtp vb script
Which operator is used to perform the comparison among 2 operands in the vbscript language?
hi, How will write a regular expression of date in VB scripting.
How to write VB script for login module?
how to organize files in object repository of qtp
I'm new to QTP, i facing a a problem in the script says"Object not found", "Browser("").page("").frame(Name:=fminfo).webtable(). the issue is, QTp is not able to identify the web table in run time.becuase in that fram"fminfo" there are "n"table and the table do not have the names,Html id. 1) i need to count the number webtables available on that page. 2)need to identify the webtable cell values. 3)How Loop the once i get the count and retrive the cell data of each webtable? Can anyone help on this, plz.. Thanks, Suresh
How to identify column in VSFlexgrid? My VSFlexgrid window is identified as 'Active X Control'
How you can call vbscript functions?
When does ‘on click of button’ event gets triggered in the vbscript language?
I wrote the vbscript code on notepad i was geeting run time error "object required line 1" my code is set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signin("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Setsec ure.Crypt.Encrypt("entr password") browser("gmail").page("gmail").WebButton("siginobj").click pls tell me whats wrong
What is difference between vbscript and vba?
how to add action through AOM in QTP