What is performance Testing and Regression Testing?
Answer Posted / renuka & satish
Performance Testing:-testing the present wroking condition
of the product
Regression Testing:-Regression Testing is checking for the
newly added functionality causing any erros interms of
functionality and the common functionality should be stable
in the latest and the previous versions
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Am putting E-commerce project in my resume can any one please tell me about E-commerce application explaination..
Can you explain the various elements of function points ftr, ilf, eif, ei, eo, eq, and gsc?
Why would we not include these?
whats the reason to display the password(not in encrypted form) in the script in load runner but not in QTP?
What is formal testing?
how to write test cases on SRS?tell me any example which type of certification is usefull for less then 1 yr exp. people in testing. can anybody know immediatly sent it which the answer
What is the difference between latent and masked defects?
how mapp the defect id in quality center?
What are the main key components in Web applications and Client Server applications? and their differences?
What are the different servers and difference between them?
What are drawbacks in system development life cycle
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
Explain some techniques for developing software components with respect to testability.
How should validation activities be handled?
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?