How you will write test cases on DROP DOWN list BOX on GUI
Answer Posted / ganesh
take all the items into a list array
and then use selectbyvalue or selectbyindex etc
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain the glass box testing?
How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?
Write a test case for a car, which has been, recently launch in a market to check its durability, fuel efficiency and its optimum speed.
can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)
If userA send a string through whatsapp but userB is not getting properly the string, Then what may be problem? Can someone write testcase of this. Both whtsapp application is same version and OS is also same android version.
How should I maintain the test cases and Test Log for different versions/builds of the application.
What is quick test professional and what test environment it supports?
Write the test case for a login page?
How to write email id in world wide web
Why is it that the boundary value analysis provides good test cases?
Can someone help to write testcase for the scenario as early as possible.: 1. Complaint logged since one week 2. complaint info sent to supervisor with high priorit mail 3. 10 users logged into website , performance could not be degraded ( response within 5 seconds) 4. site should be user protected. 5. it should be work with IE 6 IE 7 6. complaint log should be generated more than one week
"search"test cases on Linkedin website and how will you write test cases on it?
Hi Team, I have two scenarios ,only one step alone deference betweeen them and preconditions of Test scenarios are defferent . In the above sutuation , are we going divide test cases into two or can we club into them into a single. Regards seshu
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?