what is the difference between link and hyper link?
To the Web page visitor, a HyperLink control and a
LinkButton control look identical. However, there is a
significant difference in functionality.
The HyperLink control immediately navigates to the target
URL when the user clicks on the control. The form is not
posted to the server.
The LinkButton control first posts the form to the server,
then navigates to the URL. If you need to do any server-side
processing before going to the target URL, use a LinkButton.
On the other hand, if there is no server-side processing
necessary, don't waste a round trip and use the HyperLink
control.
| Is This Answer Correct ? | 1 Yes | 0 No |
When testing a web application, the url for each page changes, so using QTP how do u handle this scenario. If anyone knows please answer in detail about the whole procedure. Thanks a lot.
How will you handle custom object in QTP?
write a script to verify the image path(src property) of the images which are in web pages.(do it by Descriptive method by creating a description object)
how to recall a function in QTP?
In automation testing, while doing descriptive programing; how will u get the properties of the objects in what format, what type of a document, and by whom? Pls explain in detail. Thanks a lot
Explain features of the latest version of qtp/ uft 12.1?
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
How do you move objects from local object repository to shared object repository???What are methods?
Hello Everybody, Please tell me can we create Test Plan in QTP? This I am asking irrespective to integrating with Test Director.I mean is there any option to create Test Plan in QTP itself. Thanks, Gaytri
Which scripting language QTP is using?
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
How the exception handling can be done using quicktest professional (qtp)?