how i can delete the excel process for the task manager
using QTP
Answers were Sorted based on User's Feedback
Answer / ray
SystemUtil.Run "taskmgr"
Dialog("Windows Task Manager").WinListView
("SysListView32").Select "EXCEL.EXE"
Dialog("Windows Task Manager").WinButton("End
Process").Click
Dialog("Windows Task Manager").Dialog("Task Manager
Warning").WinButton("Yes").Click
Is This Answer Correct ? | 7 Yes | 1 No |
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
How to create a standard checkpoint ?
When to use descriptive programming?
.qfl extension for which file? where vl use it
How we wil do data driven test using chkpts? Plz. give me complete navigation steps for this?
What is dynamic arrays
Explain in brief about the QTP Automation Object Model.
In the QTP the snap shots obtained during the recording time will appear in the active screen, if we have to use the snapshots from where we have to access. in which memory location of QTP they will be stored?
By using QTP can we record any log files written by the application which is in execution?
what is the exact testing process in qtp plz explin ?
How do you perform Regreession Testing?
how to count spaces in a given string ex: "this is jagadeesh" in QTP with simple functional script