what is the difference b/w system testing & functional
testing ?
Answer Posted / prasanti behera
system testing is testing the application as a whole i.e without leaving a single object.it involves functionalty, performance,security and user interface etc...
functionality testing checks whether the application is working functionally according to clients requiremnet or not. its a part of system testing
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
What is reverse engineering?
What are the various techniques in white box testing?
what type of quetion may be asked for experienced person in manual tester of 1 year?
please send me interview questions asked in google in testing - manual
What is the difference between action & script ?
Why you are selected software testing as career ?
I am new to testing, I need information about TSYS any website or if you have information please mail it to me. this is for online credit applications project.My mail id is keerthanakoluvu@yahoo.com. Thanks for your help.
What is meant by Boundary value analisis and Equalence partitioning? Can give derive this using these methods? In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10% The next £28000 is taxed at 22% Any further amount is taxed at 40% Which of these groups of numbers would fall into the same equivalence class? a) £4800; £14000; £28000 b) £5200; £5500; £28000 c) £28001; £32000; £35000 d) £5800; £28000; £32000
Different types of design diagrams that supports to write test cases ?
What is srs and brs document?
What is defect cascading in software testing?
Hi Friends, Can anubody give me brief overview of Automation tools.. (basics of tools-summary)of following tools? 1.Qualty Center 2.Load Runner 3.Win Runner 4.Q.T.P mail me on ...rachna.huda@gmail.com
Explain the procedure for manual testing.
What about the test case if the field only takes a certain number of characters or a minimum number?