khushboo chaudhary


{ City } jaipur
< Country > india
* Profession * quality assurance engineer
User No # 106016
Total Questions Posted # 1
Total Answers Posted # 3

Total Answers Posted for My Questions # 0
Total Views for My Questions # 2752

Users Marked my Answers as Correct # 3
Users Marked my Answers as Wrong # 0
Questions / { khushboo chaudhary }
Questions Answers Category Views Company eMail

Define Stability, Scalability and reliability with example ?

Manual Testing 2752




Answers / { khushboo chaudhary }

Question { MBT, 46198 }

what is volume Testing?


Answer

It is a type of non-functional testing. Volume testing
refers to testing a software application or the product with
a certain amount of data. E.g., if we want to volume test
our application with a specific database size, we need to
expand our database to that size and then test the
application’s performance on it.

“Subjecting the program to heavy volumes of data. The
purpose of volume testing is to show that the program cannot
handle the volume of data specified in its objectives”

The purpose of volume testing is to determine system
performance with increasing volumes of data in the database.

Is This Answer Correct ?    3 Yes 0 No

Question { Infinite Computer Solutions, 19221 }

what is the differance between .DLL & .EXE


Answer

.EXE is an extension used for executable files while DLL is the extension for a dynamic link library.
2.An EXE file can be run independently while a DLL is used by other applications.
3.An EXE file defines an entry point while a DLL does not.
4.A DLL file can be reused by other applications while an EXE cannot.
5.A DLL would share the same process and memory space of the calling application while an EXE creates its separate process and memory space.

Read more: Difference Between EXE and DLL | Difference Between http://www.differencebetween.net/technology/difference-between-exe-and-dll/#ixzz57iuiMQAG

Is This Answer Correct ?    0 Yes 0 No


Question { Infinite Computer Solutions, 8839 }

when there is no enough time to compleate the test what you
will do ?


Answer

We prioritize the test case on below consideration:
1. Which functionality is most important to the project’s intended purpose?
2. Which functionality is most visible to the user?
3. Which functionality has the largest safety impact?
4. Which functionality has the largest financial impact on users?
5. Which aspects of the application are most important to the customer?
6. Which parts of the code are most complex, and thus most subject to errors?
7. Which parts of the application were developed in rush or panic mode?
8. Which aspects of similar/related previous projects caused problems?
9. Which aspects of similar/related previous projects had large maintenance expenses?
10. Which parts of the requirements and design are unclear or poorly thought out?
11. What do the developers think are the highest-risk aspects of the application?
12. Which tests will have the best high-risk-coverage to time-required ratio?

Is This Answer Correct ?    0 Yes 0 No