how to write a startup script in winrunner
No Answer is Posted For this Question
Be the First to Post Answer
if i give in numbers output should be in characters example : set a 23 o/p twentythree
How do you check whether a string is palindrome or not using TCL script?
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,
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 TCL works
how to write a startup script in winrunner
How to extract "information" from "ccccccccaaabbbbaaaabbinformationabcaaaaaabbbbbbbccbb" in tcl using a single command?
write a regular expressions to fetch all the valid ip's
WHAT IS TCL?
How to Swap 30 & 40 in IP address 192.30.40.1 using TCL script?
write a program to the given ip is valid private address or not(192.168.1.1)?
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