Difference between computer architecture, structure, and organization
Please explain difference among the three terms
How to execute 13,000 test cases in a faster way in manual testing?
Cannot execute 13,000 FTS faster. First need to analyse the severity and priority of the functionality wise and then the selected test alone have to execute
Cannot execute 13,000 FTS faster. First need to analyse the severity and priority of the functionality wise and select the test cases.
Need help with negative test scenario.
Verizon has bundle choice of 3 products with $25 discount=123 for 3 products purchased there is a total of 5 products high speed internet, cable, voip, cell phone, lan line. Each are $50 so if you purchase 3 for 125 then add 2 cost is 200... Here is the problem I need example of negative case of if customer...
How to differentiate the websites of different technologies!!!!
Hello guys, i must really appreciate you all. I was so shocked to check the knowledge of people on this website. they are so deep and so much focused well done guys. i just have one simple question, if anyone can help. i know the difference of programming languages such as Java, net, PHP, etc.I just...
Manual testing-if the different page has same functionality how do you execute it faster way?
How do you divide the test cases suite based on the component or functionality?
How to test 1000 test cases manually in all the browsers and in different version of the browsers ?
What is the basic difference between iterative and spiral testing?
Hi I am planning to start a career as a manual tester ,is taking a course compulsory or can I get the subject by referring through information on internet?,does manual testers use any tools in real time ?
Not necessary that you have to take any course provided if you are not fresher. Suppose if you are working in any company as design engineer, then as you have the domain knowledge working as end user....
Do we have multiple test plans for every version of software release?
Why do we need software requirement for developing a software?
What are mutants and explain mutation testing?
Mutation testing is like testing the tester... Under Mutation testing technique we need to check the working of the test suite. Basically we introduce some kind of change in the program source code i...
Mutation testing is an one in which we first assume a certain fact and also a mutated fact which opposes the fact is also defined.Our testing succeed only if the mutated fact fails.
Hows do electrons travel through a lightning bolt?
Generally, lightning is negatively charged. During thunderstorms. The Earths is recharged and its surface becomes good conductor of electricity. The Earth is charged negatively and the atmosphere i...
How to delete a entire linked list?
You delete a linked list by iterating through the list and deleting the nodes one by one. Begin at the head Get address of first node Get address of next node Delete first node Do not to access next ...
Define rom image and explain each section of a rom image in an exemplary system?
A ROM image captures the data from a read-only memory chip, such as hardware firmware, video and arcade game boards, etc. It is often used for emulation.
How to calculate response time in client-server technology?
This can be done by measureing the time taken by the first byte to reach the client (TTFB) and the time taken by the last byte of the response to reach the client (TTLB) by using various network bandwidths between the client and the server.
Improve hard disk transfer rate
How to increase transfer rate of an hard disk?
See if any among these helps to increase Hard disk transfer rate... - Try using RAID setup - In Device Manager under ATA/ATAPI Controllers verify if the hard disk is running in UDMA mode. - Update m...
Vertical and horizontal cluster
What are the advantages & disadvantages of vertical cluster & horizontal cluster? Which is the best? Why?
In horizontally clustered environment, cluster-enabled application is deployed on multiple physical machines. Each machine is available for requests. Horizontal clusters offers protection over hardwar...
nothing but type 2 dimension
In-accurate data is often termed as dirty data and has been characterized as missing data, wrong data and compound data with different representations.
Ex. :- customer dimension in which the same person can appear multiple times probably not with exactly the same spellings or other attributes.
Cdrom access is random or semirandom or sequential
CDROM access is sequential.. Magnetic sequential access memory is typically used for secondary storage in general-purpose computers due to their higher density at lower cost compared to RAM, as well a...
CDROM is random access device..