How to export QTP results to an ".xls" file?
Answers were Sorted based on User's Feedback
Answer / ravichandranath
In qtp automatically .xls file will export to result window
bye
ravichandranath
| Is This Answer Correct ? | 0 Yes | 2 No |
what are the different u notice in betweem QTP version 8.2 and 9.2 and what is new in QTP9.2
How can we fill data in a text box without recording using object spy. Can you please provide the steps...
How to export quicktest professional results to an .xls file?
Write a QTP script to enter a keyword in to Google search engine?
what is the code in QTP to take screen shot?
what is the silent mode in WR?
Hi, I want to pass a value in to Link object. For ex: I have a link where in which contains the value like "DC4463219(Active)". Whenever i will execute the script this value "DC4463219 (Active)" will get changed. I got the value DC4463219(Active) from the link and stored that value in variable "ACTUAL". If i want to select the same link again, while recording the value DC4463219(Active) will be recorded in object repository. So, that it will not work for the next cycle of execution as the value will get changed everytime as i mentioned above. I want to pass that Acutal value in to link object. The script is as follows: Actual Script when recording: Browser("Web Login").Page("Application").Frame ("ScopeFrame").Link(DC4463219(Active)".Click But now instead of this DC4463219(Active) i want to pass a variable where i have the same value. I tried to execute the script Browser("Web Login").Page("Application").Frame ("ScopeFrame").Link(Actual).Click But it is displaying the error message as that the value which we got from Actual is not existing in Object repository. So,i made the link object as regular expression. Even it is displaying the same message as mentioned above. If you are not able to understand, feel free to contact me with nbabu11@gmail.com
How to start recording using quicktest professional (qtp)?
diff between global variables and environment variables in qtp?
QTP Testing Process?
I am not able to record yahoomail browser.its giving error like "The browser Application can't be launched .Posssibly the URL is wrong" So anyone can tell me what setting i have to do in qtp??
how do check the links in a webpage ?