What are the different types of operators and their order of precedence?
No Answer is Posted For this Question
Be the First to Post Answer
How strcomp function works?
How will you trim the spaces on the left of a string using vbscript?
How to create pull down menu box using vb script
Why to add checkpoint in QTP What's the purpose of checkpoints & how to add it
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
Can automation testing find ssame no. of bugs what we can find by manual testing?
Difference between Function and Sub routine?
how to acces the remote mechine using vb cript(QTP)
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
write a vb script to display the number is odd or even and whether it is divisible by 9 or not
Explain what is loose binding? Why is it not a good practice to use it?
What are class properties?