Answer Posted / shashank shekhar raj
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 |
Post New Answer View All Answers
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
Can automation testing find ssame no. of bugs what we can find by manual testing?
what is the difference between modular and data and keyword driven framework
How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...
Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).
What are class events?
i am having some basic knowledge in c and VB 6.0. i qtp i want to know how to write the codings. by recording it is generating lot of codings. for example i want to test the text box. senerio is text box should not accept alphabets if it accept alphabets we should return fail status if it get number we should return pass status. how to write coding in vb script please help me
What is event handling in vbscript?
what is the object hyrarchy in QTP for a web based application
A folder is there inside no of textfiles are avilable. How do count the textfiles. Normally folder means we are using subfolder methods but textfiles is not working for subfolder methods and how do get file name also.
What is the purpose of the err object in the vbscript language?
what is the differance between BYVAL,BYREF?
What are the special sub-types in vbscript?
How will you release the memory acquired by an array variable in vbscript?
How to create a function in vbscript?