what is the difference between link and hyperlink?
Answer Posted / shona
The difference is link button will have clickevent which you don't have in hyperlink. so, in click event you can write your own code.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.
hi frinds i need help .i have 4 + yrs exp in testing and nearly 2 yrs exp in QTP and QC .currently iam working north fast 2 yrs iam looking for job in south is there any openings plz letme know my mail id is pbre1980@gmail.com
I want to do QTP Certification what is the pattern of Question paper.
what is object and child object.. explain ..if possible give some example for better understanding ..
What is the use of "New Property" in "Add properties" of testobject properties in object repository. How can i use "New properties" while writing scripts if i have assign some values to the testobject properties Can anyone help me? plz
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
what is run action?
you are recording on "WINDOW 1", say it has a link if you click on that, that leads you to "WINDOW 2". If you do any manipulations on "WINDOW 2" that are automatically updated in to "WINDOW 1". But "WINDOW 1" is currently invisible. But the updations in "WINDOW 1" must also be recorded as a script in QTP. The best Example is if you update your resume in JOB STREET portal it actually happens in other window, but the previous window is automatically updated. Now does QTP help you in this types of situations? Any body can answer this question. please..... Siva
Have you done batch testing in qtp? If yes how you are doing?
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance
What will be happen if i load object repository at run time, but it has already associated.
Explain the types of object repositorys in qtp?
Where to use function or action?
How to use parameterization in qtp?
Can we record using all the modes in a single script? Explanation with example is appreciated