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 |
Set ip address as 10.30.20.1 write a script to replace the 30 with 40 ?
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.
Where can find the sample tcl programs?
how to remote log in to a system A to system B ,execute commands in it and collect the log in system A from B using TCL script??
1 Answers Global Edge, Sandvine,
Which scripting language is better among TCL Perl and Python and why?
Test case on windows calculator?
{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
How to Swap 30 & 40 in IP address 192.30.40.1 using TCL script?
How increment a character? For example, I give 'a' and I should get 'b'.
How do you find the length of a string without using string length command in TCL??
how to increment eacl element in a list ? eg: incrlist {1 2 3} =>2 3 4