With out using the task manager,how to close the application
using vbscript and what is the statement?
Answer / sonal.pagare
systemutil.CloseProcessByName "<Application_Name>.exe"
Is This Answer Correct ? | 9 Yes | 0 No |
what is test data
Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)
0 Answers Autodesk, EDS, Wipro,
What is the use of "Step Generator" in QTP??for what purpose we are using??explain with an example
why do we use both location and index identifier.
We have 10 page.In first page we 2 popup and next page we 3 popup window......(windows name is different)how can we handle the all the popups without using recovery scenario
WHAT IS THE USE OF "FUNCTION GENERATOR" IN QTP?
How the exception handling can be done using QTP
What are the types of object repositories? Which one is you using?
What is the dis advantage of check points in QTP, if any?
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }
RECENTLY I PLACED IN QTP..HOW TO IMPROVE VB SCRIPTS KNOWLEDGE? IAM STRUGGING TO WRITE THE AUTOMATION SCRIPTS? ANY BODY TELL HOW TO IMPROVE QTP SCRIPT SKILLS?