adding test scripts
[csql.git] / test / tools / csql / exp.test001.ksh
bloba30ce1f8f6738a8e36ebb3e21d2f61ff74d9fc2b
1 Case 1: With no option:
2 \e[?1034hCSQL>quit;
3 Case 2: With ? option:
4 Usage: csql [ [-u username] [-p passwd] ] [ [-H hostname] [-P port] ]
5 [-s sqlfile]
6 username -> username to connect to database
7 password -> password to connect to database
8 hostname -> hostname to connect to database through network
9 port -> port no
10 sqlfile -> filename containing sql statements
11 Case 3: With wrong username and wrong password :
12 failed
13 Case 4: With wrong username :
14 Failed
15 Case 5: With wrong password :
16 failed
17 Case 6: With correct user name and password :
18 \e[?1034hCSQL>quit;
19 passed