What is "Cache Memory". How and What we have to check in
Cache Memory during Web based application testing.
Answer / madhu
Cache memory is an internal memory which is stored next to
RAM and whenever processor looks for some information to
execute a instruction it first checks whether it is
available in RAM if not then it will check in Cache.
In a web based application testing it depends what type of
testing you want to do on cache if it is performance testing
then add cache add counter from perfmon.
if it is functional testing then it might be like google
remembers the search criteria every time we enter in the
search bar remembering the user entered information and need
to check whether information is retained or not.
Is This Answer Correct ? | 1 Yes | 0 No |
Generally How do we do Test Estimation. Anybody can expalin this with example. Thanks in advacne..Venkat
Can anybody tell me Test case Managment tool which is open source........and anybody working on it? pls tell its urgent?
What are stubs and drivers?
If we are not following any Standard SDLC in our company.How we can Convenience the interviwer.
What are the disadvantages of overtesting?
Do we have any certifications for ETL Testing ?
what is the difference between functionality testing and regression testing
What is meant by back-end testing?
What type of testing process do you follow in current organisation?
Hi anybody can answer this question with example. giving as it is i faced in interview................. What is TestPhase? What are Entry and Exit Criterias? Should explain with Example.
Which Tests the whole system rather than software? a.)Blackbox testing b.)Whitebox testing c.)Stress testing d.)Mutual testing
How do you know when your code has met specifications?