Hi All,
I am facing one problem in QTP.
There is link object in my application that exist in the
Frame in mozilla firefox. Click event on that object is not
working but once the frame is enabled/activated then click
event works fine.But the frame does not have the activate
property.
This problem is coming in firefox only.
Regards
No Answer is Posted For this Question
Be the First to Post Answer
What are the differences between sub procedures and function procedures?
does anyone have qtp11.0 license key.Please sendit to my mail id-rrvv2011@gmail.com...Thanks
How to search word in a string without using instring function?
write a vb script to generate the following pattern ***** **** *** ** *
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
a;;b;c;;;d in this string output is abcd will come how can we do that in vbscript in QTP testing?
What are string functions in vbscript?
How to assign a numeric value to a variable?
write a vb script to find the size of d drive?
What if you do not specify anything when you call a procedure?
Explain the filter expression?
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