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 |
could any body plz let me know which is best training institute for telecome testing in hyderabad?
tell me the V-model advantages & disadvantages
hi, this is geetha, i have one doubt regarding the vulnerability testing. For sql injection testing is there any need for the tools to be installed. If it is what is tool and what is the method to test in sql injection testing. Plz Guide me
What are the different test levels
6 Answers IBM, Riphah International University,
what is cyclomatic complexity? plz explain with example
Guys, can any one of u give the realtime example for Performance Testing
Any body can tell what are the contents RTM(Requirements Tracebility Matrix)
4.How would you define QA/QC?
19 Answers Nicholas Piramal, VJIL Consulting,
Hello, Currently we are doing manual testing for PHP& .NET Projects. We are planning to automate it.Kindly suggest which automation testing tool is appropriate for it. Thanks
Hello again!! wanted to ask you HOW EXACTLY create stubs and driver in integration testing? 2.whats the difference between integration testing and system integration testing? Thanks!!
what do you test in compatability for client server and web application? ?
When ever u get a build, what type of environment u can deploy it?