ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
Categories  >>  Software  >>  Testing  >>  Automation Testing  >>  QTP
 
 


 

 
 WinRunner interview questions  WinRunner Interview Questions
 Load Runner interview questions  Load Runner Interview Questions
 QTP interview questions  QTP Interview Questions
 Test Director interview questions  Test Director Interview Questions
 Rational TestSuite interview questions  Rational TestSuite Interview Questions
 Silk Test interview questions  Silk Test Interview Questions
 Automation Testing AllOther interview questions  Automation Testing AllOther Interview Questions
Question
can somebody send the script to write a multiplication 
table in notepad through qtp
 Question Submitted By :: Venkee
I also faced this Question!!     Rank Answer Posted By  
 
  Re: can somebody send the script to write a multiplication table in notepad through qtp
Answer
# 1
make sure the no untitle notepad in the taskbar
Multiplication table 5 upto 10

SystemUtil.Run"notepad"
Window("text:=Untitled - Notepad").Activate
For i = 1 to 10
x = 5 * i
Window("text:=Untitled - Notepad").Type "5 *" & i &"=" &x
Window("Notepad").Type  micReturn 
Next


By
Ravi
 
Is This Answer Correct ?    0 Yes 0 No
Ravi
 
  Re: can somebody send the script to write a multiplication table in notepad through qtp
Answer
# 2
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
Murugeshkumar.s
 
 
 

 
 
 
Other QTP Interview Questions
 
  Question Asked @ Answers
 
How to watch currnet value of an object like OK buton or edit box with "Agent Name:" label. in watch expression tab? Cap-Gemini2
When to Insert transactions in QTP? Siemens2
How many type of status messages are there ..explain?  4
Can you tell me QTP is support for GIS(Geography Information System) Based Software.  1
wt is the xtension of the QTP result view file?  4
Is it possible to convert QTP scripts to Silk scripts? Sierra-Atlantica2
How u perform Batch Program in QTP?  1
I have one bitmap image in my webpage. The bit map image is moving like 1 place to 2nd place and 2nd place to 3rd place Etc… in my webpage. I wanted to write script for dynamical objects like above example. Could you please send me the answer for above query. IBM9
How to export QTP results to an ".xls" file?  1
Suppose u write test case in Excel sheet . how u open that test case in Test Director? Ordain-Solutions3
What is the difference between Dim And Redim IBM3
Pls can anyone give me the descriptive programing script to find the number of edit boxes in a login window in flights reservation (windows application only not web). Pls anyone, very urgent  1
please tell me how to identify the index of the link in the web table .links are not constant.example i want to click the link in the inbox ,search the item and click the partcular mail.(mail links count is not constant)  1
Can anybody send me the code to get the RO property of the active screen in QTP while running?  8
what is the extension for QTP files?  10
what are the different Frame Works in Quick Test Proffessional testing Wipro2
Hello, I am learning QTP. I have recorded test for Login page, i have also inserted checkpoint for Email field & when I run test it passed. But when i tried to run test by inserting 'Adding Parameter Values to a Data Table' for email & password field, it pass the first value in both the fields but after that when test run for second parameter values it displays 'Internet Explorer cannot open the Internet site, Operation aborted' & when i analyze test result it displays run time error 'Object disable'. I have also cleared all the history from IE but it is not working. Please help me. Thank you.  2
what is exact difference between smoke and sanity testing? Satyam6
what are the disadvantages of descriptiveprograming GE4
By using QTP, How do you test a frame in a web page? TCS4
 
For more QTP Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com