how to testba storedprocedure?
There are two ways to test a stored procedure.
1)Black box testing: The Result Set should be checked if the
desired output is returned by SQL command.
2)Performance Testing: Stored Procedures are created to
avoid compiling it again and again. hence, testing should be
done to check if stored procedures are reducing CPU load and
network traffic.
| Is This Answer Correct ? | 4 Yes | 0 No |
What is the toughest moment you faced in your testing carrier in which everyone praised you?
can one defect be mapped to more than one test script in manual testing
There is a web portal that has been tested and working properly. Now a new module called as the "online shopping module" had been added. Ther are two search pages , a normal search and an advanced search page. You are responsible for only these two modules for testing Questions 1) Write the scope for testing 2)High level test scenarios 3)Test case for one high level test scenario 4) Assumptions while writing the test case 5) Questions that u might need to ask as a QA to test the application NOTE- the requiremnts wont be given. One has to assume the requirements Please tell me how to test a search page and also please help me answer the above questions
2 Answers Infosys, Zycus Infotech,
hi can anybody can write the test cases for sticky note
How will you review test cases?
26 Answers HCL, TCS,
Write test cases for orkut?
Tell me number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print “Large” ENDIF If P > 50 THEN Print “P Large” ENDIF
testcases for waterbottle
Who will take care of test cases and test plan?
Write test cases on for windows media player?
test cases for calculator ,this should accept integer form +99 to -99(perform addition operator).need to raise defects
Give examples of boundary value and equivalence partitioning test cases.