How do test cookie? There is any benifits of this? (This is in reference on clientside at the time of request for new page which can send cookie value)
1 4279What is security Hole ? Is this possible Some one can acess any of restricted page (like admin side)? How you test this previllaze?
2410What is Test data ?Whrere we are using this in testing process? what are the importance of this data?
3 10129please explain me with example of this question. diff between bug and diffect. don't give def please give answer with example.
TCS,
14 21792What are the types of testing that apply in web applications and not in client/server application (Ex. Broken links i.e there in web, not there in client/server) and also the vice versa
CFC,
3 7180What is the difference between Monkey testing an Ad-hoc testing (If ur answer is same, then why we need two names)
6 40394Post New Manual Testing Questions
Encapsulation of attributes and operations inside objects makes it easy to obtain object state information during testing. is it true.explain
What is the difference between authentication and authorization in web testing?
What are the typical risks that you identify during test planning and their mitigation plan and Contengency plan.
Can some one help me writing a manual test case for email applications like yahoo i need for www.everonn.com
What’s the difference between verification and validation in testing?
what are all the things we will include in " what to be tested and what not to be tested" in Test Plan
What is Bomb Testing?
What is error cusing tecnique
How do you scope out the size of the testing effort?
Write all combinations of test cases for calculater on + symbel
Can you please explain about the erp project
What is the difference between white box, black box, and gray box testing?
How to test whether the application is having memory leakage using task manager and PerfMon. Please tell if any one know. thanku
how do u manage scripts in winrunner when you application is changing frequently?
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }