jayachandran


{ City } bangalore
< Country > india
* Profession * sse
User No # 53501
Total Questions Posted # 7
Total Answers Posted # 3

Total Answers Posted for My Questions # 18
Total Views for My Questions # 69307

Users Marked my Answers as Correct # 66
Users Marked my Answers as Wrong # 24
Questions / { jayachandran }
Questions Answers Category Views Company eMail

write the system testcase and functional testcase for the below scenario scenario: view the balance in online account

CTS,

5 Test Cases 20039

how to test the MMS application?

CTS, Sasken,

2 Mobile Testing 18014

what are the document needed to create a test case?How u tell it is test case?

Atos Origin,

5 Manual Testing 10743

in sdlc process what is the rool of PM,TL,DEVELOPER,tester in each and every phase? pelese explain me in detail?

2 Manual Testing 5629

how to test the websites using winrunner iam pactising in winrunner version 7.0,how to get new trail version of winnrunner?

1 WinRunner 4040

what is mean by impact analysis ,how we used to select regression TC using this?

Manual Testing 1590

what is role of the tester in an organaisation and project? what is the daily work of tester?

3 Manual Testing 9252




Answers / { jayachandran }

Question { 6465 }

What are the different shells available?


Answer

BASH Shell (common Shell)
CSH( C Shell)
KSH(Korn Shell)

Is This Answer Correct ?    6 Yes 0 No

Question { 19257 }

What is the syntax of "grep" command?


Answer

syntax of "grep" command


syntax: grep {word to lookup} {filename}



Ex: grep man test

Is This Answer Correct ?    29 Yes 6 No


Question { 18391 }

What is the syntax of "expr" command?


Answer

it is used to use arithmatic operation in shell scripting

stntx: expr op1 opertor op2

where op1 and op2 may be any integer no(without any
decimalpoint)and operator can be
+ Addition
- Subtraction
/ division
% Modular
\* Multiplication


EX: $expr 1 + 3


o/p 4

Is This Answer Correct ?    31 Yes 18 No