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 write a startup script in winrunner
{Anu Anudeep Anukumar Amar Amaravathi Aruna} is their any possibility to find the letter "a"in the given list? if yes how?
How TCL works
write a program to the given ip is valid private address or not(192.168.1.1)?
write a regular expressions to fetch all the valid ip's
WHAT IS TCL?
Write a proc to increment the ip by the given no. of times. The incremented IPs should be a valid one. Ex: proc <name> {ip no_of_incrments} { body }
What does Tcl stand for?
Set ip address as 10.30.20.1 write a script to replace the 30 with 40 ?
How to Swap 30 & 40 in IP address 192.30.40.1 using TCL script?
Problems with utf-8 between Mac and PC
how to increment eacl element in a list ? eg: incrlist {1 2 3} =>2 3 4