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 |
what is the Command used to start the QTp from Run.
When can shared object repository fails?
How can i open 5 multiple browser at once through QTP VB script and i want to login with 5 different credentials i already tried with this code but its entering credentials only for first browser and am using datatable to parameterize
What are the methods of the TextStream object that are used for reading from a text file?
How Exactly we can find out the INDEX No. of any object of an application when we test that application in QTP? Explain this by giving me the example of all LINKS of G-Mail (including home page, User-account page and all possible pages you ever seen in G Mail)?????? and if your answer is that as per appearance of objects(LINKS) in application we can find out the index number in application then tell me how you find out which object(LINK) having INDEX No. 1,2,3 and so on and how you say which object(LINK) is appeared first and which is last?
Extract a word from a sentenece?
write vbscript in qtp tool for senario, in the given sheet add each number in each row and each colunm and show result
Have you faced any problems with object repository?
If our application contain one image while executing script application failed to show that image but you have to check that image by importing dynamically from other location... Can we use Check Points here on dynamically imported image?
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
0 Answers Sapient, Satyam, TCS,
What is the use of Accessibility check point?
Hi. GetRoProperty and OUTPUT Value Both are same purpose or not? plz explain in deatil with example?