Answer Posted / deven mehta
First you should add the Task Manager dialog box in the
object repository. This is not a modal dialog box so you
can add it to repository easily.Then use following simple
code.
If Dialog("Windows Task Manager").Exist Then
Dialog("Windows Task Manager").Close
Reporter.ReportEvent micPass "Task Manager" "Successfully
closed task
manager"
Else
Reporter.ReportEvent micFail "Task Manager" "Task Manager
is not open"
End If
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is Curd testing?
Differences between text and test area checkpoints?
Where you get the run time data table?
Is it possible to call win runner script in qtp?
Can anyone help.i need total excelsheet operations,shortcuts in testing environment from starting onwards....
Explain the new feature of UFT regarding the export of test results?
who QTP recognizes the object stored in object repository?
Where we can use the analog mode and where we can use the low – level mode?
can any boby tell me what is method or steps to connect the remote desk top by using QTP 9.2 version?
how many maximum number of virtual users we can create?
hi i have completed my b.tech in cse stream. now i am working in an organisation in testing department. i want do sap course but i dnt know which module will boost my career can anyone suggest me which is good for my career
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?
Hi I know two types of testing processes. 1. Reaquirments stage,test design,code review's, Design review's, Test Plan, Test Cases design, test execution, Defect Reporting and tracking, UAT, Signoff. 2.Test Initiation , Test Plan, Test Design, Execution,Bug tracking, UAT, Sign off.
I have many listboxes in my application. I have to check whether the contents inside the listboxes are in sorted order or not..can anyone please send the code as early as possible
What is the expert view?