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 |
hi radhaka plz tell me clearly to handle the earrors with out isng recovery scnerio this is sreenivas from delhi
For an application we automated QTP scripts. At the same time new requirement comes for a new module for the same application and its already developed. So how we automated now this new module with the old application(using old QTP script).
how to reverse the string without using bultin functions(i.e mean mid,len ,reverse functions)
Could you suggest me best coaching for automation in Delhi or nearby area?
we have 10 more actions in our test and we are using exit action command to come out from the action if any error s occured.In action 1 if any error occurs control is moving to second action but if we get error in second action exitaction is throwing general run error. Please give a idea to overcome .
how do you run scripts in QTP?please anyone can answer my questions
I want to do QTP Certification what is the pattern of Question paper.
What is a Run Time Data table?
what is the difference between Table checkpoint and Database checkpoint in QTP
w is datatable
Explain the check points in QTP?
What is object & properties (in QTP)