Test case on windows calculator?
Answer / rumata
Good case
http://www.etestinghub.com/testcase_calculator.php
Is This Answer Correct ? | 1 Yes | 0 No |
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,
How to run a package in tcl
Which scripting language is better among TCL Perl and Python and why?
Write a program to increment IP address to +10 and verify it is correct ip or not ?? example my ip is 172.122.132.143 increment this ip to +10 and verify it is valid ip or not
write a regular expressions to fetch all the valid ip's
how to write the startup scripts in winrunner? can any body explain with example code?
Test case on windows calculator?
How to Swap 30 & 40 in IP address 192.30.40.1 using TCL script?
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 }
How to extract "information" from "ccccccccaaabbbbaaaabbinformationabcaaaaaabbbbbbbccbb" in tcl using a single command?
if i give in numbers output should be in characters example : set a 23 o/p twentythree
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