How many test cases can u write
1) File - open dialog box
in notepad
pleasse write
Answer Posted / ss chennai
we can write test case for this functionality in 3 different
ways.
1) by mouse action -
2) by special keys like - Alt + or Ctrl +
3) by tab keys
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How to test Webservices and how can we write test cases for that
How to write test case for this scenario. The Contact Information screen shall be displayed to the user during Case Update
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)
What is the domain testing?
How to write test cases for "hotel reservatrion" for ms word? Thanks a lot!
Explain the dynamic testing?
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
plz.. tell me hw to write the Use Case for Online Purchase... just tod. itself i need...
How should I maintain the test cases and Test Log for different versions/builds of the application.
Positive and Negative test cases for the speedometer?(minimum 5 each)
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.
What is gray box testing?
can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?
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?
Requirement from Market “Alice is talking to Bob. Bob thinks that Alice should talk to Chris for more information. Currently, Bob will pass on the directory number of Chris to Alice; Alice/Bob will disconnect the call and then Alice will initiate a new call to Chris. What we need need, Bob should be able to transfer the call to Chris, without Alice making another call.” Implementation done by Unified CM Development Team When a basic call is connected, a new softkey “Transfer” will be displayed on the IP Phone. User (say, Bob) can press that and dial a target (say, Chris). Bob has two options (1) wait for Chris to answer and then tell Chris about call from Alice and then press “transfer” again to complete transfer (2) press “Transfer” immediately; when Chris answers he will be connected to Alice Please come up with test cases thinking from a user perspective, let’s say from a Bank (there could be users such as receptionists, accountants, managers etc.) – in what all scenarios transfer can happen, any negative scenarios (cases where we don’t get a positive response always). If you think you need an enhancement to the feature, please go ahead and suggest that as well.