Answer Posted / ashok
it is also called functionality testing
it checks the overall behaviour of the application like
correctness
inputdomain
error handling
recovery
confegaration
user interface
Is This Answer Correct ? | 23 Yes | 1 No |
Post New Answer View All Answers
What are the important operations in database testing?
How can you create html test report from your test script?
hi, I want to study TIA portla V11. where can I get online courses?
Name the frameworks that are used in software automation testing?
Tell us what is the difference between single slash (/) and a double slash ( //) in xpath?
Tell us what is junit? And what is junit annotation?
Where to maintain information like login, password and url?
Do you know how to check if a button is enabled on the page?
What are the disadvantages of Hybrid framework
In what condition we cannot use automation testing for the agile method?
Tell me what is a keyword-driven framework?
Explain me what kinds of annotations are used in testng?
What are the references for TSL functions.? Could anybody suggest me recommended book for Test Script Language.
Can any one give information on "Content Disposition" in TEST COMPLETE automation tool? mail me to pdamarakonda@smart-bridge.co.in call me to 09849423932
Program/pseudo code on FIFO? Input a string and make sure that output is in FIFO manner. Eg, Enter 'John Dave' as input and output should be 'John Dave' not 'Dave John'. (inbuilt functions like push, pop were given)