How to open any application during Scripting?
Answers were Sorted based on User's Feedback
Answer / ramyab.mca@gmail.com
Hai...
SystemUtil, object used to open and close applications and
processes during a run session. A SystemUtil.Run statement
is automatically added to your test when you run an
application from the Start menu or the Run dialog box while
recording a test
E.g : SystemUtil.Run "Notepad.exe"
SystemUtil.CloseDescendentProcesses (Closes all the
processes opened by QTP)
K,Byeee...
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / lakshmi
We can open any application in QTP using system util.run
and by rec and run settings.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / punkhuri singh
SystemUtil , object used to open and close applications and processes during a run session.
(a) A SystemUtil.Run statement is automatically added to your test when you run an application from the Start menu or the Run dialog box while recording a test
E.g : SystemUtil.Run "Notepad.exe"
SystemUtil.CloseDescendentProcesses ( Closes all the processes opened by QTP )
| Is This Answer Correct ? | 0 Yes | 0 No |
What is keyword view?
what QTP Options do you know?
How do you capture tooltip using QTP?
How do you find out whether the string is Numeric or Alpha numenric.Suppose..'QTP is an automation testing tool 12345' How should I know it is alphanumeric.Can any one please write the code for this
What the differences are and best practical application of each.
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief
Test script is generated and it is enhanced.It is required to be saved.But the disk space is insufficient.You are not permitted to delete any scripts.How are you going to save?
What is the difference in testing a client-server application and a web application?
When The Low Level Recording is Used in QTP
What is the Test Object model in QTP?
How you handles Pop-up windows which are Dynamically changing in Runtime?
When i used this below script to insert value in the Datatable... At run time it was inserting the given value in the specified column, But after execution all those inserted values were cleared automatically... datatable("column name",sheetid)=value