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 is TEST PLAN, TEST STRATEGY, TEST SCENARIO, TEST CASE, TEST SCRIPT? can any body give me definition with example.
What are release notes and what it contents?
What is the difference between web based application and client server application?
Difference between Black box and White box testing?
please give me the template of tracebility matrix ? i need whicch is commanly used in real time...
1. When you consider employing a failure mode and effect analysis?
sir actually how we connect the Ajax engine to the normal web chat application how. And how Ajax engine works??
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?
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....
In which stage regression testing is done in testing process.
security testing what are the things you want to check in security testing ?
I want test cases for CLI? can any one send TC for CLI?