HOW TO OPEN NEW TAB USING VB SCRIPT IN QTP?
Hai Buddy,
I just to inform you that QTP support Internet Explorer and
IE earlier versions don't have TAB functionality up to IE-7
Internet explorer just open the new BROWSER always not TAB
so,if functionality is not available then how you open
this.....
Is This Answer Correct ? | 4 Yes | 18 No |
. Program for sorting of numbers in vb script?
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
Hi, I need to accept user inputs for login at runtime.I know i can use Inputbox but how to proceed further that i dont know. Thanks in advance
What if you do not specify anything when you call a procedure?
write a vb script to display 3*3 matrix
who you define variables and functions in VB?
Which operator is used to perform the comparison among 2 operands in the vbscript language?
write a vb script to rename a folder from tree4 to tree7
What is the difference between function and procedure?
What is the use of option explicit statement?
Mention when to use function procedures and what are its characteristics?
join all the array values without using join function?