For ex we are doing automate testing in that can we do some
part of application recording, some part descriptive
programing and some part general VB scripting like
that .............
Answers were Sorted based on User's Feedback
Answer / krishna
YES WE CAN PERFORM RECORDING , DESCRIPTIVE PROGRAMING AND
VBSCRIPTING ALSO
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / anonymous
Depends on scenario..
If objects are not being recognized by qtp, we should use
descriptive programme.
1. We can directly record.
2.Then modify those scripts- this is enhancements. We can
also directly write scripts by first creating the shared
repository. Modification is very must for any script.
| Is This Answer Correct ? | 1 Yes | 0 No |
Is it possible to convert QTP scripts to Silk scripts?
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 the difference between browser sync and page sync in QTP?
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
if devloper change only button names in present build then script will execute or not , why? Only gui changed.......
how can we retrieve ten rows from the data table using loop concept?
How to Import data from a ".xls" file to Data table during Runtime.
How to find given string is palindrome or not without using strreverse() function?
Give me Example for Generic Functions in QTP Framework....Anybody please answer me..Thanks in Advance
Hi Friends... What you are doing in Regression Testing and how many test cases you ran in regression testing... suppose there is 1000 test cases is there how many test cases again you run .. 1000 test caes r how many... thanx in advance..
what is localisation testing and globalisation testing? what is the difference between them?
how can we do the frame work in qtp