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 |
in my application,validation message has in japanise language.how to validate this message is appears properly or not
How to retrieve particular cell data in excel sheet ?without importing method.
Write the regular expression code, it accepts the alpha, numeric and special symbol and the first character should be the Alphabet. Tell me the answer
Can we continue functionality testing without framework?
anyone can explain Diff B/w Actions and Functions
The structure of keyword driven frame work is like a folder structure the different sub folder are 1-functional libray folder 2-object repository folder 3- database folder 4-appliction1.xls 5-initalzation vbs file 6-sequence file 7-driver script 8-test case list file My question is whether these are in a local server machine or in our pc.((whether It like Vss). can u give example of driver script(code)
your coming from electrical backgroung..but y ur coming to software side?
1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.
Find the 'String' from excel sheet and save to another sheet.But we don't know the string column number and row number?
This is Ajay i have few douts if anybody know pls give me reply. 1. i have opend 2 gmails i am working with 1 gmail i want to close other gmail by usig script. 2.i have 10 links in a page all of them have same properties& names i want to click on 5link by using script. 3.i have one combobox in that i want to see all the citynames in the combobox and i have to check weather hyderabad is present or not. 4. size of objectrepository. 5.what r problems we get during writing the script. 6.is it possible to compare to excel sheets in qtp if possible wht is the script. 7.example for lowlevelrecording
suppose i opened 6browsers and i want re-open the 4browser what is code for this..pls help me..
Can anybody send me the code to get the RO property of the active screen in QTP while running?