test cases


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users test cases
# 1  
Old 03-07-2008
test cases

in my organisation the unix server is migrated.the ip of the server changed and the hardware.i need to test that i am aving the same file structure and data which is created under my user id.and the utilities like sqlplus,ftp are working or not.i am talking abt the general user perspective who needs to check whether the files(both serial and multifiles ) present previously are properly migrated or not.how can i prepare test cases to test that.
please send me some scripts for basic testing
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Grep strings for different cases

Hi All, Good morning I have a below code which is working & getting expected output. the problem in this code is it is executing 3 if conditions, my requirement is suppose if first condition is success then it should print echo statement & exit from if condition else if the 1st if condition... (4 Replies)
Discussion started by: sam@sam
4 Replies

2. HP-UX

Test cases for file system mount/umount performance in HP

Hi Folks, Could anyone please assist me with the what could be the scenarios to test the file system mount/umount performance check in HPUX. Thanks in advance, Vaishey (5 Replies)
Discussion started by: Vaishey
5 Replies

3. Shell Programming and Scripting

Extract match cases

hi guys i have a file like this which is contain more than 3000 records i want to extract emails have Creation Date: : Wed, 14 Aug 2009 and their POP3 Last Login Date and WebMail Last Login Date is Thu, 01 Jan 1970 how can i could do that for example in this sample i need... (13 Replies)
Discussion started by: mhs
13 Replies

4. Shell Programming and Scripting

How to check weather a string is like test* or test* ot *test* in if condition

How to check weather a string is like test* or test* ot *test* in if condition (5 Replies)
Discussion started by: johnjerome
5 Replies

5. UNIX for Dummies Questions & Answers

Search for a string with different cases

Hi Guys, I am using the following command in a script. cat $sql_file_path"/"${sql_file_list} | grep "ABCDE" but it returns only exactly matching lines (ABCDE) how can i modify this single line so it will return if it finds a matching string with any case. eg: Abcde, abCDe, abcdeE,... (4 Replies)
Discussion started by: mwrg
4 Replies

6. Shell Programming and Scripting

Test on string containing spacewhile test 1 -eq 1 do read a $a if test $a = quitC then break fi d

This is the code: while test 1 -eq 1 do read a $a if test $a = stop then break fi done I read a command on every loop an execute it. I check if the string equals the word stop to end the loop,but it say that I gave too many arguments to test. For example echo hello. Now the... (1 Reply)
Discussion started by: Max89
1 Replies

7. Solaris

2 cases !!! plz advise

i've installed solaris 10 on E 3500 server .. 1. i cant install patch cluster on it , cause when i extract the file , i gives me an OUT file .. i dont know what to do with it . 2. i want to know which files to edit so i can use Exceed Client Software for X Terminal .. its working fine with... (9 Replies)
Discussion started by: mduweik
9 Replies
Login or Register to Ask a Question
CATDIC(1)						      General Commands Manual							 CATDIC(1)

NAME
catdic - Download a dictionary SYNOPSIS
catdic [{-cs|-cannaserver} canna-server] [-i|-u user-name] remote-dic [-l local-file] DESCRIPTION
catdic downloads a dictionary file to the current directory. The file downloaded is a dictionary file the dictionary name of which is remote-dic. It is in the user dictionary directory of the machine on which cannaserver(1M) is in operation. (Hereafter, this machine is called the remote host.) OPTIONS
-cs canna-server (or -cannaserver canna-server) Specifies the name of the server machine that contains a dictionary to be downloaded. -i Downloads the system dictionary. -u user-name Specifies the user name. Another user's dictionary can be referenced by this user name. -l local-file local-file is the dictionary file name. If it is omitted, the standard output will be assumed. EXAMPLES
% catdic test Outputs the contents of dictionary file ``test'' on the remote host, to the standard output. % catdic test -l test2.t Downloads dictionary file ``test'' on the remote host to current directory file ``test2.t''. SEE ALSO
cannaserver(1M), lsdic(1), mkdic(1) CATDIC(1)