What is the difference between functional test type and
navigation test type?
Answer Posted / roshini
In functional testing we test the functionalty of the
application like whether all the given features are working
according to the customer requirements.
navigation testing is like testing the page navigation of
application.
For example clicking on login button of any application
should navigate to the home page.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is difference between known regression testing and unknown regression testing?
What is intrusive testing?
What is a user guide?
What it means by test harness?
EXPLAIN HISTORY OF SOFTWARE ENGINERRING? ISO & CMM certification and its use in context to software testing
Can we use agil/scrum methodology in prodcut testing.
What are the valuable steps to resolve issues while testing?
What is Test Script Planner
What is 2 tier and 3 tier application? Pls illustrate it with appropriate example.
During the testing of a module tester, 'x' found a bug and assigned it to a developer. But developer rejects the same, saying that it's not a bug. What 'x' should do?
Hello! I want to choose a software for verfication and validation. Can some one give me option for choosing software to test?
What is the step you would follow once you find the defect?
Hi, I want to write ISTQB exam. Can anybody send me the material regarding this.
Explain usability testing?
Hi can anyone pls let me know, how many test case can be written to this C question (Unit testing) *funame (Int x, Long b) { x=b; x < 5 } Note: - Return type is boolean - Input type is unsigned char