Test case on windows calculator?
Answers were Sorted based on User's Feedback
Answer / rumata
Good case
http://www.etestinghub.com/testcase_calculator.php
| Is This Answer Correct ? | 1 Yes | 1 No |
Windows calculator has some features such as Scientific calculator, in which all conversion features also available. The test case here is to test the features.
Few testcases are,
1. to open the calculator app from the programs list, the command used to open or how it to open from mouse etc.
2. select specific feature standard or scientific of calculator
3. close the calculator app.
4. default data in calculator app
5. feature to clear once the calculation is done.
6. conversion functions available in the calculator app
| Is This Answer Correct ? | 0 Yes | 0 No |
How to run a package in tcl
Test case on windows calculator?
how to write a startup script in winrunner
Hi all, Is there any certification exams available for TCL and Perl. If so please let me know, my mailid is vpbharathi@gmail.com. Thanks in advance, Bharathi.P
WHAT IS TCL?
How to get the next ip for given ip ex: 10.10.10.1 -> 10.10.10.2 ex: 10.10.10.255 -> 10.10.11.0
Where can find the sample tcl programs?
Problems with utf-8 between Mac and PC
1.What are the different ways to initialize a variable. How to differentiate global and local variables, explain it through a simple tcl program. 2.Create a list of week days and print the first and last character of each day using foreach command 3.Can you write a small program to verify the given input is file or directory.Before checking, just ensure that the file/dir exists or not in the given path. If the given input is a file, findout the size and verify that the file has all read ,write and execute permission.
How increment a character? For example, I give 'a' and I should get 'b'.
How TCL works
How do you check whether a string is palindrome or not using TCL script?