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 private functions in QTP? How they can be called from the function library?
Where u will use output checkpoint in QTP?
Explain about Test Fusion Report of QTP?
In how many ways we can add check points to an application using QTP.
what r the main benefits of automation?
How we can merge the object repositories?say if we have 2 or 3 object repositories then how we can merge them?Is there any option in QTP to merge the object repositories?
please clarify the question ................. i know how to open the notepad file ? but i don't know how to enter the data into opened notepad ? Ex: set a=createobject("wscript.shell") a.run "Notepad.exe" please give the replay. my mail id is raju.ippali@gmial.com, 9823257761
How to find if given number is prime or not
What's QuickTest Window?
How can we use regular expressions for a table in web page, each cell in table having unique identification, Now I want to count number of rows in table and enter data in all cells of the table?
What is TD plugin? For what purpose they are used . Ineed to connect QC9.2 with QTP 9.2 . Need to run some scripts IN QTP having the QC connectivity. Pls explain in detailed step Thanks in advnece
I am trying to install QTP 9.5 but i am getting error message saying that ("Path is \QuickTest Professional\bin\vb_init.exe") vb_init.exe file is not find. can anybody give me the advise what to do ?