I have a build in which there are 17 files, now 3 new files added, in this case what type of testing will do
Answers were Sorted based on User's Feedback
Answer / rohit
First smoke testing ten functional /intergation then system testing.correct me if I am wrong.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / sjd
First of all we should do retesting on those 3 new files as usual wid different combination of data and again we should do regression testing on those 17 files to check the effect of change.
| Is This Answer Correct ? | 0 Yes | 0 No |
1)first u need regression testing because new file is added.so it checks the old functionality is affected or not.
2)then perform smoke and sanity testing,and integration testing.
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / kumar
first functional testing than integration testing after that system testing
| Is This Answer Correct ? | 2 Yes | 3 No |
iam new to testing ,i want improve knowledge on manual and how to improve theoretically r practical?any one give me suggestion?
Hi, Please give me brief explination about agile methodology.
What are initial conditions?
What is the difference between three tier and two tier application?
Name the Documents which are send to client once testing is completed?
How to test an application if it was already developed and it is in the state of changing the functionality according to the customer requirement How to start testing in this situation. I got an application to test.It is a desktop application.It is still developing and started 8 months back.how can i start to test this application? Is it the right way to test it in "Random testing"? or writing the testcases from page one and executing them.i have an another responsibility that is I have to automate that application. can anyone tell me what is the process to test this application.
Difference between functional testing and end to end testing?
can any one give negative testcases for calculator
what is the difference between regression testing and retesting?
how can u do database testing manually?
write scenario to check the security of below mentioned URL? www.xyzbank.com/welcomescreen/entry?
1.what is verifacation,validation,how its achieved? 2.What is test techniques& strategy? 3.what is error,fault,failure? 4.what is Reviews,Walkthrough,Inspection & Audit? 5.What is Change management,Configuration management,Version control,Test harness? 6.Importance of Severity,Priority,explain Bug life cycle? 7.Difference between use case & test case with example? 8.When should stop testing? 9.Write a test case for online banking application in the topics user login,security,transaction to other accout,data protection. 10.If the software is tested but all the bugs was not fixed,will you release this software?If yes/No then why?