Answer Posted / ramyasri
Hai...
A decision table is a two-dimensional matrix with one row
for each possible action and one row for each relevant
condition and one column foreach combination of condition
states. A decision table can very concisely andrigorously
show complex conditions and their resulting actions while
remaining comprehensible to a human reader.
K.Byeee..
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is code inspection?
Please, anyone out there that had been a SQA Tester, would You all give me a hint on this Job? Is becoming a SQA Tester is easy? Is it a tough one? Please help me on finding a way on this very first Job of mine?
What are verification and validation and difference between these two?
Explain what is test metric is software testing and what information does it contains?
What is the difference between the qa and software testing?
Hi every body i am going to take the ISTQB Foundation level Exam on March 21th 2010, Could any one send some list of question papers and latest Dumps to My mail id: (saran_loyola05@yahoo.co.in). Advance thanks. Regards, Saran
Hello Can anyone please share the interview details for QA positions in Tribal Fusion, Noida. Much Thanks
When to start qa in a project?
I want to know about the open source licenses and its features
Why are you in qa?
What is workflow testing?
What is the difference between web, window, desktop and client server application testing?
'configuration related errors' in testing means what?
Have you ever worked with QA in developing test tools? Explain the participation Development should have with QA in leveraging such test tools for QA use.
We have a directory structure /usr/local/jboss/server/{$app_name}/log/*.log which contains 1000 log files. A web application has been logging to the cloud.log file, the attempts of a user called test. The code logs the following way: log.debug(username); where the username equals “test”. What command line application and or combinations of applications will you call in order to create a file named user_log.csv that contains the following lines, where the timestamp is sorted: timestamp,username