How do you done Data-Driven Testing using MS-Word. What is
the script for that
Answer Posted / rajani
option explicit
dim fso,f,n
set fso=createobject("Scripting.filesystemobject")
set f=fso.opentextfile("path of the word document",1,false)
while(f.atendoflen<>true)'reading the word doc.
n=f.readline 'retrive the data from doc.line by line
wend.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
Hi Friends this is kumar i would like to request to all of you ,please help me to explain real time project with using qtp scripts i know basics of qtp but it won't workout on interviews,pls help awating to reply.
if numbers are always changing write a script for that
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so
Explain quicktest professional (qtp) testing process?
What is difference between run time object and test object?
Mention the test steps of qtp.
Hi Sudhananda, plz send me the QTP framework with any diagram and PPTS . I want to switch to automatio, I done QTP from professional person, but he does not give me his knowledge properly. so pls help me Thaks send me on following address mirajkar.akash@gmail.com
How to upload excel files into Quality Center using QTP Script and how to delete excel files from Quality?
Explain types of output values?
Could you please any one give code for the following ? Scenario : Suppose a excel file contains 10 records and earch have 5 fields. how can i input this excel file for datadrive wizard ? Please explain
How to find operating system information using the qtp script?
How many types of recording modes in qtp? Describe each type with an example where we use them?
What is the expert view?
In qtp, how you can get the last character from a string?