Hellow friends, I am learning QTP,but here problem is VB
script. please guide me how to learn VB script w.r.t QTP
and if you know any books tell me or if you have any
materials or any use full material or any else w.r.t QTP
please post me
p.p.sekhar
No Answer is Posted For this Question
Be the First to Post Answer
I have string like hp company.print tis like company hp.write a program in vbscripting
write script to open Gmail.com, and to write script for entering username and password and show whether the result as pass or fail
How can you create a file object to work with the files in the vbscript language?
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
1. How to handle object implementation change in DP for Ex: i have login page with username,pasword (editboxes),login,cancel(buttons). Here i written DP code for login page with the help properties. My questions: 1.If properites are changing dynamically i will do (i want code for that) 2.if objects are changed dynamcally i will do (i wnat code for that)
How will you convert a string to lower case string using vbscript?
How will you check that a variable is an array in vbscript?
Write a program to resize an array of 5 elements to 4 elements and display all the elements.
where can i learn VB scripint ?
compare the string without using stringcomp function?
Can any 1 modify the code whr in want to add\rename a excel sheet in qtp?
HOW TO OPEN NEW TAB USING VB SCRIPT IN QTP?