can somebody send the script to write a multiplication
table in notepad through qtp
Answer Posted / murugeshkumar.s
dim fso,fname
set fso=createobject("scripting.filesystemobject")
set fname=fso.cretetextefile("c:\mtable.txt")
for i=1 to 20
fname.writeline i&"*12="&i*12
next
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?
how will you load the test cases in ddt?
What is recovery scenario manager? When you go for recovery scenario manager?
What is data driver in qtp? Where we use it?
what are the limitations of smart identification in qtp 9.0
assume i have few url link how will i dynamically call then using descriptive programming?
Hi Friends, Im planning to do certifcation in mercury Automation Tool QTP.But I Didnt get any clear details regarding course syllabus, fees, where to approach, and which certification would be useful for the experienced testers? can any one send me the details?
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.
What is the syntax to call one action in another?
What is the difference in testing a client-server application and a web application?
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti
When do go for loop condition in test?
Have you used xml check point in your project?
What is the difference between the keyword view and expert view?
How many types of recording modes in qtp? Describe each type with an example where we use them?