How regexp.execute method works?
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
how to declare a variable in vbscript using vbscript
what is the purpose of the Reporter.ReportEvent in QTP and also please give the brief description about Reporter.ReportEvent ?
If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?
Mention how to access array data?
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
What is the event handling in vbscript?
how to display all the links in one page using vb script in qtp.
1 Answers DST Global Solutions,
What is the equivalent of VBScript?s On Error In Jscript ?
Is vbscript language a case-sensitive language and what does it mean?
i wrote vbscripit code in notepad i got error i am in learning stage if u ps tell me what wrong in my code my error is "object required descriptive at line one run time error"and my code is "set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signinobj("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Set secure.Crypt.Encrypt("enter password") browser("gmail").page("gmail").WebButton("siginobj").click
hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?