Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

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?

1201


how will you load the test cases in ddt?

2144


What is recovery scenario manager? When you go for recovery scenario manager?

1089


What is data driver in qtp? Where we use it?

1068


what are the limitations of smart identification in qtp 9.0

2422


assume i have few url link how will i dynamically call then using descriptive programming?

2073


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?

2002


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.

2041


What is the syntax to call one action in another?

1091


What is the difference in testing a client-server application and a web application?

1169


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

2981


When do go for loop condition in test?

1150


Have you used xml check point in your project?

1014


What is the difference between the keyword view and expert view?

1017


How many types of recording modes in qtp? Describe each type with an example where we use them?

1090