test cases for internet explorer
Answer Posted / rajendra
test cases internet explorer
As IE is a microsoft application it has the following
features
1.It has to satisfy Microsoft six rules.
2.Browser security functions
3.Third party addin's
4. other options..etc
yuo can write anynumber of testcases for IE bases on above
features.
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
Hi, this is murthysharma. I need very urgently about some terms which are used in use cases? Plz give reply to me, if any body know, It is really very very urgent. 1. what is the difference between basic flow,exception flow and alternative flow? 2.what are non-functional requirements in use cases? 3.what are exceptions, special requirements, business rules, assumptions, constraints. Kindly give me with the example. Bcoz, I am very new to this use cases. thanks in Advance. Regards, M.MurthySharma
What is the difference between action & script ?
what types of testing have u done in ur project?and expalin it detail?
Hi I am searching job please send some details abuot ERP project and real time test plan,traceability report,test case if any relate to erp project Please help me out to get a job in testing.my email address is chiku_69@yahoo.in Thank u
1.Acceptance testing involves procedures for identifying acceptance criteria for interim life cycle products and for accepting them.is that? 2.Acceptance testing occurs only at the end point of the development process; it should be an ongoing activity that test both interim and final products.is it?
Why performance testing is performed? What are tools of performance testing?
what are the risk factors in the project? what is the base for testplan and entry criteria ,exit criteria for test plan?
can any body tell me what is the process of between after getting a documents and testcase writing.
in transfer funds module, how you come to know that amount has been transferred successfully or not....explain in detail
How do you get programmers to build testability support into their code?
Define brain stromming and cause effect graphing?
What is the main use of preparing traceability matrix and explain the real time usage?
Explain stub in testing point of view?
What are the differences between web applications and client and server applications?
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; }