What is mean by "instance" in case of software testing..?
Answers were Sorted based on User's Feedback
Answer / namrata
the collection of information stored in the database at a
particular moment is called an instance
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / jiya
Hi Robin,
Take a Ex:
1. Windows Application is already running.
2. Try to open or start same application by double clicking
or right click then open.
3. If application is getting opened then this is called
another instance of application. This is a bug.
4. If we try to open already running application then there
should be a validation message "Another Instance of
application is already running."
Please correct me if i am wrong.
Thanks,
J.....
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / g 24
hi jiya
1st thing its correct when we open twisely .exe, it create
instance of application, but i think, it is not bug when we
deals with multithreading application, & yes, application
should show validation message when (same)data save in
different instance (realated to database testing).
so what do u think about this?
i think instance is nothing but objects in code/programme
level & instance in testing is nothing but what scenario we
design to test the application.
suppose this instance in code level so we have to do white
box testing, where which instance create by which class &
which methods use that instance.
so please clarify me if i m wrong..
G 24
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / rajendra
Instance means just creating a reference(copy).
This is related to OOPs based software white box testing.
Java or C++ will exhibit run time polymorphysm.
this means each object creates different instances at
different times based on the requiremnts.
byee
rajendra
| Is This Answer Correct ? | 4 Yes | 4 No |
What are some best practices that you should follow when writing test cases?
Give me two reasons why the bug has not been fixed by developer ?
Please explain me v-model clearly i want to know how it works and want to know how it use in real time on a project please tell me its urgent and important for me understand .Please tell me my mail id is Chiku_69@yahoo.in Thank u
What is the difference between Smoke testing & Sanity Testing?
What is Finite state Machine in Testing? What is High Availability Testing? What is Incremental Regression Testing? What is sensitivity Testing? Plz Reply ASAP.
What is the difference b/w SYSTEM REQUIREMENT SPECIFICATIONS and FUNCTIONAL REQUIREMENT SPECIFICATIONS ?
Which are the basic challanges are face tester while doing testing?
when we swipe the credit card what will genertaed in Back end. how system will validated from the back end for credit card who is Aquriree and Issuer ,
wat is test management ?what are the components available in test management?
suppose the product/appication has to deliver to client at 5.00PM,At that time you or your team member caught a high severity defect at 3PM.(Remember defect is high severity) But the the client is cannot wait for long time.You should deliver the product at 5.00Pm exactly.then what is the procedure you follow?
what is Application state,Base state and call state?
Is Alpha Testing done by Testers or Developers?