What is mean by "instance" in case of software testing..?

Answers were Sorted based on User's Feedback



What is mean by "instance" in case of software testing..?..

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

What is mean by "instance" in case of software testing..?..

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

What is mean by "instance" in case of software testing..?..

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

What is mean by "instance" in case of software testing..?..

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

Post New Answer

More Manual Testing Interview Questions

What is Industrical Automation?

1 Answers  


How you send defect report?

5 Answers   AppLabs,


What is open issue?please explain in detail?

6 Answers  


what are the key challenges of testing?

1 Answers  


What actually you(Testing) people do when a new project starts. i.e can you give clear idea how testing is integrated with Project development &Release

2 Answers   TCS,






Wht is SQL injection?

3 Answers  


Tell me the Severity and Priority for the following Case. Login Page is not opening for the First Time - For Valid inputs and the login page is opening for the second time for valid inputs.....

2 Answers  


What is P.M Round? What type of questions are they asking? ? If know anybody Plz Post to my mail ID (SwetharaoQA@rediffmail.com) Thank U

2 Answers  


Explain Localization Testing ?

3 Answers   CTS,


How you manage your test case (already written )when requirments changes?

3 Answers   TCS,


what is realtional testing?

1 Answers   IBM,


why do u put the bug status as deffered?what do u mean by that exactly?

5 Answers   Wipro,


Categories