adding test scripts
[csql.git] / test / tools / csql / exp.testnw001.ksh
blob12840330924949762cd40201ce14b348d0e2a85b
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 Network CSql
19 \e[?1034hCSQL>quit;
20 passed