Diff b/w WEB TESTING AND Client server testing?
Answer Posted / mangai
Client-server: business logic willbe placed in client.but
in three tier business logic placed in application server.
Client-Server: If ay changes we have to do in client. But
in three tier no need to do in client we can change in
application server.
client-server is intranet testing, web testing is internet
testing
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How often were they executed?
In qtp is it possible to check broken links of a page?
Pls can anyone give me the entire code for the Keyword driven framework with respect to he Flight Reservation Window in detail with explanation. Pls explain in detail stepwise. Thanks a lot. Pls very urgent?.
if there is a web table of having row and colmns.a button is placed at 2nd row's 3rd column which is worked for both edit and delete..how to write script for the button to test both operation on the web table using desriptive programing.. plz help me on script wheather using getroproperty Q2)what is the command for taking valiue from a web table in qtp
How do we handle run-time errors?
after click on compose mail how can we attached a file in qtp with vbscript code
How to define array in qtp?
i have asked earlier only one question how to test web application using QTp plz send me the answer quickly
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); }
whare exactly we have to use functions and sub routain
www.icici.com after this home page wll came, in this page what r the items we r going to test for manual and what the element we r test for QTP... explian clearly with example
Why script error occur in between recording in qtp?
How to find Operating system information using QTP script?
How to indentify MS-Word objects like Menubar, Toolbar, table/columns/rows/cells etc within Word document, using QTP?
I need to pull the data from the page which in row, column vice into excel sheet, how can it be done using QTP? eg: Name Dept xyz gdty i need the same data to be exported in excel sheet.