explain with examples- transaction testing, syntax testing,
domain testing, logic testing, and state testing.
Answer Posted / ramya.chinni
Transaction testing: Transaction testing generally refers to the testing of individual loans and is also known as
account testing, account sampling, or transaction-level testing.
Syntax testing: Syntax testing is a static,black box testing technique for protocol implementations and for testing command driven softeware and similar application.
domain testing:it is a white box testing method and to check values taken by a variable, a condition, or an index, and to prove that they are outside the specified or valid range. It also contains checking that the program acepts only valid input , because it is unlikely to get reasonable results if idiocy has been entered. Colloquially, this part can be called ``garbage in -- garbage out'' testing.
logic testing:Logic-based testers design tests from logical expressions that appear in soft-ware artifacts such as source code, design models, and requirements speci-
cations
state testing:is a load testing type apporch and with this testing great flexibility in dealing with common system test problems: limited access to the system test environment, unstable software, or changing operational conditions. Because each test case verifies correct execution on a path from the idle state to the software state under test, our method does not require the continuous execution of all test cases.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
how to prepare a test case for online restaurant table reservation system. plz give an answer ASAP, email at suja_rvndrn@yahoo.co.in
Describe to me what you see as a process. Not a particular process, just the basics of having a process.
What is the difference between test scenarios, test cases, and test script?
Explain the unit testing?
write test case for pen cap if it is not present?
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)
Credit card field contains four text boxes. We can validate each textbox separately with conditions but how can we write integrated testcase for all the four?
how to write test case on gmail for TO field in compose page? only for the particular field.what will different type of user do with it like student,doctor?
Explain the concept of semi-random test cases?
1. Buzz Words 1.1 Purpose Allow user easy access of content based on key/popular words 1.2 Scope All the tags at the portal. 1.3 User Interface - Tags are usually hyperlinks that lead to a collection of items that are associated with the tag. - Click takes you to page similar to Search Result page, should search all content and not only articles - Based on Most Viewed only 1.4 Interfacing/Sourcing Details - Need to develop an application which works on algorithm to calculate size/color of Buzz words. - In phase 1 algorithm will be pretty straight forward of calculating dimesion of Buzz words by going by ""Most Viewed/Visited"" words. Need to get exact algorithm.
Can any one please give me a test case for transaction of money thro' mobile phones. I really need it soon. i need the test case in ieee format.please anyone help me.
please tel me how to write test case for search engine to track peoples,when user enter the city,state,zipcode(ex:Kansas city,Missouri,64155)? (note country is already selected as a united states )
Which of the following defines the expected results of a test? Test case specification or test design specification.
How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?
Can any tell to create test data for SUM (calculation), Scenario is 0 to 9 digits are available as we see in the calculator, I want to certify that the sum of the two numbers are working fine by providing test data.