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 |
Explain the difference between data driven testing and parameterization ?
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
How to sendKeys in QTP? Diff b/w sendkeys and device replay? Diff b/w function and Sub? Diff b/w Array and List Different Types of running Keys other than Fast, slow,Normal mode Regular expression for http://newtours.demoaut.com Difference between \w and \W How to generate script button Recording Types Different Types of Actions? Using DP performance degrades, If Yes why? How to close all the opened browsers? Diff b/w SystemUtil.Run and invoke application? If qtp not recognized the combo box How to select values from drop down?
How do we create and run the scripts with out using O.R. ?
why use Description programming? what is advantages and disadvantage of this methods?
Gmail application is there.On that Inbox so many mails are there including naukari mails. On that mails i can select the only naukri mail checkboxes. plz tell the descriptive code for the above..
What are the advantages of Automation objects than Test Objects?
How to execute a winrunner script in quicktest professional (qtp)?
What are the types of object repository in qtp?
How many types of recording modes in qtp?
what is aregular expression?
How to get data from excel sheet to the script? write the script.