Geeks Talk

Prepare for your Next Interview


Welcome to the Geeks Talk forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Syntax Testing and LCSAJ Testing

This is a discussion on Syntax Testing and LCSAJ Testing within the Testing Issues forums, part of the Software Testing category; Hi All, Please suggest me 1) whether the Syntax Testing is White box testing or Black box testing. 2) Also, what is LCSAJ testing. Regards --Ashish...

Go Back   Geeks Talk > Software Testing > Testing Issues
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read
  #1 (permalink)  
Old 03-06-2007
Junior Member
 
Join Date: Feb 2007
Posts: 3
Thanks: 0
Thanked 1 Time in 1 Post
hiashish12 is on a distinguished road
Cool Syntax Testing and LCSAJ Testing

Hi All,

Please suggest me
1) whether the Syntax Testing is White box testing or Black box testing.
2) Also, what is LCSAJ testing.

Regards
--Ashish
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 03-06-2007
Expert Member
 
Join Date: Jan 2007
Location: Chennai
Posts: 139
Thanks: 1
Thanked 58 Times in 31 Posts
Sridevichitthu will become famous soon enough
Re: Syntax Testing and LCSAJ Testing

1) Syntax teting is power software testing technique for testing command driven softeware and similar application.


2) LCSAJ menas A Linear Code Sequence And Jump, consisting of the following three items (conventionally identified by line numbers in a source code listing): the start of the linear sequence of executable statements, the end of the linear sequence, and the target line to which control flow is transferred at the end of the linear sequence.

LCSAJ testing is a test case design technique for a component in which test cases are designed to execute LCSAJs.

An LCSAJ is defined as unbroken linear sequence of statements: (a) which begins at either the start of the program or a point to which the control flow may jump, (b) which ends at either the end of the program or a point from which the control flow may jump, (c) and the point to which a jump is made following the sequence.

LCSAJ coverage = I/L where: I = Number of LCSAJs exercised at least once. L = Total number of LCSAJs.

LCSAJs depends on the topology of a module's design and not just its semantics, they do not map onto code structures such as branches and loops. LCSAJs are not easily identifiable from design documentation. They can only be identified once code has already been written. LCSAJs are consequently not easily comprehensible.

Regards,
Sridevichitthu
Reply With Quote
The Following 2 Users Say Thank You to Sridevichitthu For This Useful Post:
  #3 (permalink)  
Old 03-07-2007
Junior Member
 
Join Date: Feb 2007
Posts: 3
Thanks: 0
Thanked 1 Time in 1 Post
hiashish12 is on a distinguished road
Re: Syntax Testing and LCSAJ Testing

Hi Sridevi,

Thanks for the answers given by u.
Now, its clear that LCSAJ Testing is white box testing. But I have a doubt regarding the Syntax testing, its difficult to infer whether ir is black box testing or the white box.
Please suggest.

Regards
Ashish Arora
Reply With Quote
  #4 (permalink)  
Old 03-08-2007
Junior Member
 
Join Date: Jan 2007
Posts: 17
Thanks: 6
Thanked 2 Times in 2 Posts
friend_smart is on a distinguished road
Re: Syntax Testing and LCSAJ Testing

Hi ashish,
syntax testing is blackbox testing.
Uses the syntax of the components inputs as the basis for the design of the testcase.
Reply With Quote
  #5 (permalink)  
Old 03-08-2007
Expert Member
 
Join Date: Jan 2007
Location: Chennai
Posts: 139
Thanks: 1
Thanked 58 Times in 31 Posts
Sridevichitthu will become famous soon enough
Re: Syntax Testing and LCSAJ Testing

Hi hiashish12,

I read from on eof the link about Syntax testing ,Hope this would clarify your doubts

Syntax testing is a static,black box testing technique for protocol implementations.Beizer proposes that one specify the syntax for the Protocol in a convenient notation such as BNF( Backnus-Naur Form).Mutations are then made to the syntactic elements,and the modified grammar is used to produce aberrant test vectors.

Beizer suggests using an "Anti-parser" to compile the grammar to produce "Structured gargabe".He also suggests targeting one field of the input at a time at first,and then designing test cases with combinations of input.

As in other balck box testing technicques sysntax testing does not have a clear stopping criterion.Test Engineers have to use their experience,common sense or time/cost constriants while designing the test suite.

Thanks,
Sridevichitthu
Reply With Quote
  #6 (permalink)  
Old 03-09-2007
Contributing Member
 
Join Date: Feb 2007
Location: Delhi
Posts: 51
Thanks: 3
Thanked 12 Times in 6 Posts
smganesh is on a distinguished road
Re: Syntax Testing and LCSAJ Testing

Hi Sridevi,

Thanks for putting effort.

Regards,
Ganesh
Reply With Quote
  #7 (permalink)  
Old 03-12-2007
Junior Member
 
Join Date: Feb 2007
Posts: 3
Thanks: 0
Thanked 1 Time in 1 Post
hiashish12 is on a distinguished road
Re: Syntax Testing and LCSAJ Testing

hi Sridevi,

Now, I got the point, thanks for helping !!!

Regards
--Ashish
Reply With Quote
  #8 (permalink)  
Old 05-22-2007
Moderator
 
Join Date: Sep 2006
Location: Delhi (India)
Posts: 910
Thanks: 12
Thanked 108 Times in 76 Posts
jainbrijesh will become famous soon enoughjainbrijesh will become famous soon enough
Re: Syntax Testing and LCSAJ Testing

Quote:
Originally Posted by hiashish12 View Post
Please suggest me
1) whether the Syntax Testing is White box testing or Black box testing.

Regards
--Ashish
As I know Syntax and semantic errors are caught by developers during compilation or debugging.So, now I am confused, how Syntax Testing can be White box testing or Black box testing ;even, syntax checking is not a testing.
__________________
--
Brijesh Jain
Reply With Quote
  #9 (permalink)  
Old 11-07-2008
Junior Member
 
Join Date: Nov 2008
Location: Bangalore
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Murthy0206 is on a distinguished road
Re: Syntax Testing and LCSAJ Testing

Hi,
I think Syntax testing is a part of unit testing.
So this has to be done by the developer before the release or the build deployed to the QA Environment to further testing.
Reply With Quote
  #10 (permalink)  
Old 11-18-2008
Junior Member
 
Join Date: Nov 2008
Location: chennai
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Bhubalan is on a distinguished road
Re: Syntax Testing and LCSAJ Testing

Syntax testing is black box testing and LCSAJ testing is Whitebox testing.
Reply With Quote
  #11 (permalink)  
Old 09-27-2009
Junior Member
 
Join Date: Sep 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
hellotofarah is on a distinguished road
Re: Syntax Testing and LCSAJ Testing

1) syntax testing is a strong black box testing technique. 2) lcsaj stands for liner codes sequence and jump which is a part of white box testing
Reply With Quote
  #12 (permalink)  
Old 4 Weeks Ago
Junior Member
 
Join Date: Oct 2009
Location: mumbai
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
veena jaisingh is on a distinguished road
Re: Syntax Testing and LCSAJ Testing

thank u ppl..
Reply With Quote
Reply

  Geeks Talk > Software Testing > Testing Issues

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
Testing PHP – Security Testing RyanJames Testing Issues 7 02-03-2009 11:53 PM
Jmeter for load testing and stress testing dhamodharan2006 LoadRunner 1 10-06-2008 04:10 AM
interoperability testing, vulnerability testing) milu_mohanty Testing Issues 1 04-19-2007 03:01 AM


All times are GMT -4. The time now is 04:33 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved