what area in a web application cannot be automated.
Answer / pravati
Background of the web application can not be automated
| Is This Answer Correct ? | 0 Yes | 0 No |
what is defenetion of kiran can u tell me plz CVS, SVN
How does quicktest professional (qtp) identifies the object in the application?
In how many ways we can add check points to an application using QTP.
How you are developing the script? Using record and play back or manual?
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
I am not finding pages and links in object spy on web testing. I am only getting window and winobject. where is the problem? thanks
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); }
whow much strong on VB and C?
In QTP I have a parameter in a datatable that is a sentence. I need to take the last word from the sentence and enter it into a field in a web application. How can I setup a parameter to enter in just a portion of the parameter (last word of the sentence) instead of the entire paramater (whole sentence).
What will be the output of the statements below? On error Resume Next Sum 100/0 if Sum= 0 Then msgbox "Pass" else msgbox "Fail" End If
what is use of the object repository?
3.How to record a word doc using qtp i.e open a word doc,type something and save the doc can someone send me the code.