What scripting language QTP of?
Answers were Sorted based on User's Feedback
Answer / ashok
we can use scripting languages in QTP like perl,shell and
vb scripts. but, now every organization using only vb
script.
Is This Answer Correct ? | 11 Yes | 0 No |
how to get the object property
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief
Where we can use the analog mode and where we can use the low – level mode?
when i try to recognise a winmenu item it does not allow me to do that but recognises it as window..i am using qtp 9.2 could someone help with this
did you perform retesting(DATA DRIVEN test) using functions with out using datatable methods how can you perform retesting using functions
I want to open a Notepad window without recording a test and I do not want to use SystemUtil.Run command as well How do I do this?
What are the trigger events in qtp?
w is active screen
In a Web appl, on a page, there are student names & details listed.On clicking sort button,details are sorted on Names.How do u verify htat sorting is done by using QTP?
how to call multiple scripts in QTP at a time
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); }
What is throw Object?