what is exact difference between smoke and sanity testing?
Answer Posted / anil singh
The basic difference is :
Sanity testing is not scripted
Smoke testing is scripted
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
what is the difference between IE & Netscape in web testing on a log in page
How many ways is to parameterize the value?
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods
Difference between copy to action and call to action?
How can i test an application like Google Earth.In my application data will be fetched from a oracle database based upon which graphs are generated..so these all are dynamic..how can i use qtp here..alongwith that how can i test the map generated by a satellite just like google earth..
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
Can we record an application running on a remote machine using qtp?
What are the challenges you faced during you entire life automation ?
How will you find the current time of the remote machine using QTP script?
images are dynamically changes how to compare two images with out using the bitmap
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 do you to script when objects are removed from application?
What is keyword view in qtp?
What is checkpoint in qtp?
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance