what is the difference between link and hyperlink?
Answers were Sorted based on User's Feedback
Answer / sreeprasad
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 ? | 3 Yes | 0 No |
Answer / kalplata
Link is just a normal link to a file,which calls the server
where as hyperlink completely call the linked page i.e. the
URL defined irrespective of the server first means it is a
normal flow of text where link is not.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is test harness?
How can we disable popup blocker? (I think it means when we get a pop up messge(its error) how we wil disable that one with out interrupting normal process)
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
What is throw Object?
how can you describe the basic flow of automation with conditional and programmatic logic?
Can anyone please tell me how to select next 5th business date from calendar using QTP/UFT ?
1 Answers Cigniti Technologies,
How we will execute(run) the scripts in qtp 8.2?
what is keyword driven framework in qtp.
how to handle the textboxes where in it should take the sum like ex:: while posting a question in this site it will for what is the result of 6+3=__ where in we have to enter manually 9 and click on submit... but how to handle these cases in qtp.. can someone plz help me out wid dis...
is qtp 9.2 supported for firefox browser3.0?bcoz when i tried to create scripts with the application run on firefox browser 3.0 then qtp 9.2 didn't ct=reate the scripts?
What is SQL injection?
i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework