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 write a test case for create folder in the email. create aliases for email adress in the email. thanks Its urgent
Explain the domain testing?
In manual testing, I have query regarding data conversion testing. I am working on xml document. How do we write test cases for below input as well as for output
Input:
Write the use cases for following 1. Comment section of Facebook 2. Instagram status Implementation
Elaborate test plan and content availability in test plan.
How to write test cases for "hotel reservatrion" for ms word? Thanks a lot!
How to write the test cases for STP
Write a test case of login window?
How to write the test scenarios for the following: 1. Searching train. 2. Data encryption and decryption. 3. Single signon. 4. Document printing. 5. Testing EMail. 6. Data authentication.
How to write test case for this scenario. The system shall compare the requested name with the Service Member Name field in the database
how to test a UI and aslo we need to check a log data fil which gets populated in the db.for this two scenarios give me test cases
How to write test case for this scenario. The Contact Information screen shall be displayed to the user during Case Update
Explain the acceptance testing?
HOW TO WRITE TEST CASES FOR MEGHA MENU DROP DOWN BOX.
Explain the logic testing?