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 TEST PLAN, TEST STRATEGY, TEST SCENARIO, TEST CASE, TEST SCRIPT? can any body give me definition with example.

1 Answers  


What are release notes and what it contents?

2 Answers   PCS, TATA,


What is the difference between web based application and client server application?

2 Answers  


Difference between Black box and White box testing?

4 Answers   IBM, ITC Infotech,


please give me the template of tracebility matrix ? i need whicch is commanly used in real time...

2 Answers  


1. When you consider employing a failure mode and effect analysis?

1 Answers   Hewitt,


sir actually how we connect the Ajax engine to the normal web chat application how. And how Ajax engine works??

0 Answers  


Manual Testing: 1.How do we categorize Test cases in Regression Testing? 2.How can u do Performance tESTING? 3.What r the parameters u apply for doing functional testing? 4.what is non-functional testing? 5.if they r more number of test cases how can u pick up a selective test case? 6.what is good requirement& bad requirement? 7.what is functionality testing? 8.how to manage test cases when requirements change? 9.at what phase of project testing starts? 10.diff between test bed n test environment? 11.what did u achieve being a tester? 12.what is pare to analysis? 13.what is testcondition? who prepares it n when it is used? 14.what is show stopper? 15.what is backend testing using sql? 16.diff bet application testing n product testing? 17.what is cause effect graph? 18.how performance testing done manually? 19.what is proto type testing? 20.pre UAT and UAT testing? 21. what is broken link in web testing n how to test it? 22.what is cyclomatic complexity explain with example? 23.what is buddy testing?

2 Answers  


Generally how do we do DataBase testing in Manual testing.. Do we prepare any testcases.. Generally do we concentrate more means ex: Joins, Triggers.....Anybody can expalin it in detail..Thanks in Advance....

5 Answers   Symphony,


In which stage regression testing is done in testing process.

2 Answers  


security testing what are the things you want to check in security testing ?

1 Answers   CSS,


I want test cases for CLI? can any one send TC for CLI?

0 Answers  


Categories