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 |
Expalin about metrics Management?
What is deferred?
why Test plan & what r the things exactly include in the test plan and what is the need for this ?
Can Any one tell me How to test Stand alone application? wht are the major points to cover & how performance is tested of this application?? can any 1 tell me its bit urget for me guys.
what is onshore & offshore operating model
What can you tell about the project if during testing you found 80 bugs in it
In first version of the build i found a bug . I report it to my developers with all the procedures and that was accepted by the developers and the bug was in open state. In the next version of the build the bug was not able to reporduce it .Then wat will be the status of that bug
What a manual tester should know about web servers?what he tests in servers?
What is the difference between V-Model and Raid Model
Explain Bug Life cycle What is integration testing and regression testing What is verification and validation How does winrunner recognizes the project which is in custom build What is expert view and tree view How does QTP identifies the project What is the difference between Winrunner and QTP What is Test Director and which version of test director your are using in your project What is a test plans what are the contents present in a test plan What is the risk of testing a project
Can anybody tell me by refering which documenet a tester writes test scenerios? And what is the need of test scenerios an how a tester determine the coverage of test sernerio?
what are the test scenarios for the new user registration in e-commerce site??