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
How to find operating system information using the qtp script?
How many types of recording facility are available in quicktest professional (qtp)?
desribe a situation where u faced a stressful situation and how did u cope with it
In Remote acess server how u run a test?
What are the different types of recording modes in qtp? Which will be used when?
Explain more about the Test Fusion Report of QTP?
Differences between text and test area checkpoints?
in a web page hoe to check the dynamic links that rechabging with out using regular expressions
How can i test an application like Google Earth.In my application data will be fetched from a oracle database based upon which graphs are generated..so these all are dynamic..how can i use qtp here..alongwith that how can i test the map generated by a satellite just like google earth..
Output values? i want a practical example
Hi Friendss..., can any body help me.. 1. Tell me your achievements(Technically)..? 2. Tell me your strengths(Technically) and weakness(Technical)..? 3. Why are you looking for change..?
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
Explain process of smart Identification in QTP?
How many types of trigger events are there in qtp?