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 |
1)does we need any web server for executing web application or project. 2)do we need any web server to run a build
In an organisation practically how we can implement the Compatability testing(web based applications and windows based applications)
Hi Friends, This is Chennamsubbaraidu.i Have 2+ Years Realtime Exp in Manual Testing.Am Looking to Shift From My Present Company.Please if u Have Any Openings in Your Company's, Please Let Me Know.Any Location Prefer.Thanks.
Hi all I am newbie to Manual testing. can any one gudie me, How to write test cases for "financial forums" manually. If the company have use cases How to perform testcases for the formus. Experinced people working for Financial company, give some ideas. Pls throw some examples ( I want to get an Idea in my mind) Pls this is very Urgent requriment for me. Any help appreciated. Reagrds AA.
What type of Testing u done ur project?
by whom testing is done in waterfall model ,spiral model and prototype model? means is it done by testers or development team itself?
Can anybody help i put the pharma and bank project in my resume, but i dont know what to tell about them, any body tell the where can i get the information about them,what i need to tell about these applications,please help me
diff between priorty and severiorty?
Explain Boundary value analysis, Equivalence partitoning and Error guessing?
what is Ping tests?
How many Test-Cases can be written for the calculator having 0-9 buttons,Add,Equalto buttons.The testcases should be focussed only on add-functionality but mot GUI.What are those test-cases?
What is the difference between test case, test suite, test script, test scenario & test plan?