results.xls file is automatically generated while running
the script in QTP.But it is showing error to open the file
Answer / sandeep
.XLS file is not generated by QTP.
Some of your subroutine written in VBScript may be
generating this .xls file.
Please check that function.
In the same function, Please add statments to save the file
and quit Excel application.
This will help you to REOPEN the file properly.
| Is This Answer Correct ? | 3 Yes | 0 No |
If the objects hierarchy is changing from build to build, then how you will handle that condition?
waht is puirpose of accesbility Check point? waht is the use of Page and XML check points?
Hello Guys, Can anybody Explain me about Automation framework?? and how can we prepareAutomation Framework using QTP
I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?
please post the interview questions for QA position in FACTSET
Can any one explain about environment variables with examples?
I have below user Defained function function AddTwo(ByVal a, ByVal b) Dim Ans Ans=a+b MsgBox Ans End function Now my question comes here...from given below methods which method is right to call above function?Which is Wrong and why? 1. AddTwo(2,4) 2. Call AddTwo(2,4) 3. AddTwo 2,4 4. Call AddTwo 2,4
how to capture (or) checkpoint for chineese or any other language except english using QTP in a web page. ( my application have 24 language, how to check those lanugages using QTP? is it possible). Please let me know
How to export QTP results to an ".xls" file?
What is object identification?
Among all the check points what is the most important checkpoint?
On a web application I want to select list item 5 from a dropdown list. but QTP identifying this object as winobject. Then how can we select list item 5 from that dropdown list.