explain LCSAJ??
Answers were Sorted based on User's Feedback
Answer / veena
LCSAJ stand for Linear Code Sequence and Jump
A test case design technique for a component in which test
cases are designed to execute LCSAJs.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ali fakoor
This is piece of sequential code. It can have x entry points
and one exit point.
Entry points are the places where the jumps occur destined
to them from other parts of the code to our piece of code
under examination.
Exit point is where a jump occurs at the end of sequential
part.
| Is This Answer Correct ? | 1 Yes | 0 No |
How do you handle when requirments are continously changing? please explain in detail?
2 Answers Thatavarti Technologies,
This is Raji.I am having 2 plus years of experience in Manual testing. I want to do a certificate course in Manual testing. Which certificate course would be better to do?.
what does a test plan contains and is a tester allowed to see the entire test plan or only the scheduling part of the test plan
What are the major testcase design techniques?
what is database testing
what is a Checklist
Can you explain the different maturity levels in staged representation?
What is QA and QC ? Tester's are coming under QA or QC ?
How can a white box testing performed ? MAnual or automated ?
what is stub?Explain in testing point of view?
what is agile testing?
First Name & Last Name fields are there in the application form, In Application First name & last name fields accepts the numerical value 453455 & special characters $%#$% . My question is that --> I think No need to write test cases for Numerical value & special char. for First & Last name fields BECAUSE No one will enter such a input data at client side b'coz it's not practical. Let's me know the answer.