How can we open an Excel sheet through the script
Answer Posted / arv
Try this out..It worked form me.. http://www.ibm.com/developerworks/linux/library/l-pexcel/
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
how do u plan test automation?
What is checkpoints for quicktest professional?
How did you use regular expressions in QTP and also in WR?
How qtp identifies objects?
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?
How to save your test using quicktest professional (qtp)?
suppose i login into gmail page after that i read all the messages (say 10 messages) i have to send (SAVE) the messages in Html,notepad and i have to replay(Compose) send the messages please give me the code and give mail id so that i can clear my question
How is a Step generator used in UFT?
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
They asked by using qtp recording writing scripting
can any boby tell me what is method or steps to connect the remote desk top by using QTP 9.2 version?
I have some real time based question.. 1.what are the challenges you have faced in your current project. 2.what are the bugs you found in your current project. 3.what are the strategies you follow to convert manual test cases into automation test cases. 4.how QTP identify two different browsers. 5. When you create a function library and share object repository what are the problems you have faced 6. How to solve the tool tip problem 7.what are the interesting bug you have found in your current project. 8.what is your daily work as a automation test engg. 9. how to create a weekly status report. 10. how many test cases you write,review and execute per day. 11.what are the uses of SQL in automation. 12.How to retrieve the data in html through vb script. 13.If application is very slow how to test the application in qtp.
Key word driven framework
Can anyone help.i need total excelsheet operations,shortcuts in testing environment from starting onwards....
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression