Answer Posted / satyam
test case is a technical idea of testing engg. to go throuh
all the specific requirement given by their clients.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How would you do " Keeping two folders in sync testing"
Test a file replication service that copies files from one net location to another
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)
If I wrote test cases for Login Window with test case Name Login window & test case id L_01.Now if Name of Login window get changed in the next version.then May I have to change the Test case name & Test case id OR HAVE TO block the previous test case and write the new one
write test case for pen cap if it is not present?
how to write testcase for the output of an program ****0 ***01 **012 *0123 01234
What is business validation test case?
I need GUI test case for home page?
explain end to end scenario's for online Money transfer in Banking Domain?
In any Hyderabd institute you can find these word commomly used by faculties ... Yes or no / Right or wrong so funny...
If I have to write the test cases for any report & there is date box.then may I have to write only select date or have to write all steps required for selecting date
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?
write test cases for flipkart.
Do you write test plan and test case?
1. Buzz Words 1.1 Purpose Allow user easy access of content based on key/popular words 1.2 Scope All the tags at the portal. 1.3 User Interface - Tags are usually hyperlinks that lead to a collection of items that are associated with the tag. - Click takes you to page similar to Search Result page, should search all content and not only articles - Based on Most Viewed only 1.4 Interfacing/Sourcing Details - Need to develop an application which works on algorithm to calculate size/color of Buzz words. - In phase 1 algorithm will be pretty straight forward of calculating dimesion of Buzz words by going by ""Most Viewed/Visited"" words. Need to get exact algorithm.