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 |
What are the different attribute used with regular expression?
How to add verification steps to tests?
What is the use of an object spy tool in qtp?
whare exactly we have to use functions and sub routain
in a web page How to check and display a particular word from a paragraph?
Hi Guys...I just started working with QTP now.The frame work they use hear is Write all the functions in function libraries and pass data using data dictionary either from data table or excel .I kind of understood evrthing but one thing I need to know is How do they recognize objects .Do they use object spy and recognize objects or record them ..Does soemone have any idea how they generally do this is such kind of framework
Explain building blocks of the bpt framework ?
why was automation used in the project?
Can anybody help me by sharing the code for checkbox in qtp using vbscript.
i don't have any experience in qtp? Can u please tell me What work i have to do?
how to post xml data from QTP scripts to any application?
explain abt dyanamic changing object with example?