give me an Example of UAT test cases
What is functional and nonfunctional explain
What is validation testing
Answer Posted / guest
Functional testing involves
sanity,smoke,regression,Retesting,integration and system
etc..
Nonfunctional testing is like performance
testing,scalability testing,compatibility testing etc.,
validation is dynamic tesing.
UAT testing is done by the client.
For example client requirement is that the application
which we have developed should work properly on WIndows
2000 as well as windows XP.This one of the uAT testcase.
Is This Answer Correct ? | 9 Yes | 13 No |
Post New Answer View All Answers
What is big bang approach?
how to indentify memory leakages after the build
What is Pre UAT and UAT is there any difference ?
What are joins and subjoins in the data bases what is data driven testing what is verification and validation What is Quality Assurance (QA) and Quality Control (QC) Is Verification is related to QA and Validation is related to QC ? which type of model you follow basically in your project what is a use case How to test a Bike how to test a Lift (Elevator). which configuration Management tool do you use which Bug tracking tool do you use explain Bug life cycle what is Regression testing what is ALPHA testing ans BETA testing What types of testings comes under Non functional testing what is TEST DIRECTOR what is CMM and CMM i whar are Expressions in Winrunner What is a Compile module Is it Necessary to open the tool first or the application first after getting a bug what will you do if you add a new object or a new module for the existing application then how will you test the application which Defect tracking tool do you use what is change management What is smoke Testing what is sanity testing A application is given to you but the requirements and functionalities are missing what will you do to start the testing which testing documents will be received by the client
What is regression testing? When to apply it?
what is meant by application server and its functions?
can anyone tell me the scenarios for online banking transaction ?
What is junit & api?
What are the Important test scenarios which can be used for testing a web site?
What is build interval period?
Testcases for msword( microsoct office word??
In cycle 1 we have 100 test cases out of which 95 test cases are PASS and 5 test cases are FAIL. So in cycle 2 how many test cases performed as a part of regression testing?
Can you explain a pair-wise defect?
In a systen design to work out the tax to be paid: An employee has Rs 4000 of salary tax free. the next Rs 1500 is taxed at 10% , the next Rs 28000 is taxed at 22% , any further amount is taxed at 40% , the nearest whole Rs, which of these is a valid boundary value analysis test case ???? a)Rs 1500 b)Rs 32001 c)Rs 33501 d) Rs 28000.
After insert the record in front-end, how will you check the back end by manually? Please explain?