hai all.iam chandu..please let me know how to test a link
in QTP when it is changing at run time..and what property
we should take while we r using descriptive programming for
a link..
Answer Posted / anuj
From where will u get value of "XXX" ???
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
how to write codings in QTP using vb script. please help me. i am new to QTP. it is easy or very much tough. please tell me
Is vbscript a case-sensitive or case-insensitive?
How to pass argument by reference to a function in vbscript?
Which operator can be used to check if two numbers are equal or not in vbscript?
hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?
What is the use of the instr function?
how to automatically update the sql server2005 database records when insert in vb6?
Mention what is the main difference between function and sub-procedure?
Hi Friends my Question is very simple,in Manual testing when we click on a hyper link it directs us to the relavent page or it re-directs us to the current page,so there we can easily write testcase but same thing if we do in automation script using QTP & need to generate report using Reporter.report event how we will do it?thanks in advance...
How to take whole text output from screen of Bitmap Application.
Why is error handling required?
What are class events?
How can you create an object in vbscript?
Can u describe what kind of testing are for OTC derivates by banks.
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