wht are the possible test cases for security testing?both
negtive and possitive
Answer / keshab
in Security Testing u will check
Authorization , Encrypt , validation on each page , Login
id & password
1 - check data is travel in network in plan text or
encrypted form
2 - Check data encryption for login id & Password is fixed
encrytion or random encryption
3 - Check if u are using Certificated , that certificate
will follow trust chain or not
4 – Log File for both web page & database
5 – Client side validation is required for each text filed
6 – Error Message does not contain malicious info so that
hacker will use this information to hack web site
| Is This Answer Correct ? | 18 Yes | 5 No |
what is cyclomatic complexity and what is the formula used for it
How can we test a web application meant for Dump and Deaf???
While doing system testing your have missed out some issues. The same issue is found by customer and he reverts back to you for an explaination. How do you convince him or how do you justify yourself about your testing?
After resolving bug, You immediately do regression testing or later?
Iam new to testing field and i put lot of experiences so i want to get prepared for the interview in all the ways both in manual and Automation can any one help me how to answer there questions in real time. also can anyone send the top questions and answers to me plz its urget u can mail me at vaisu72@yahoo.com
Can you tell me some thing about source code testing tools?
Once the build is given to the tester,what are the test he is going to conduct list them in chronological order .....its urgent
My name is Akpos from Nigeria. I have finished manual testing course. Please, can someone advise me where to go on from here?
test case for post status functionality of facebook
in which cases developers will reject the bug??
how to verify a button size (e.g Login Button) on a web page have same dimension prescribed by Client in UI Testing..??
What is meant by Boundary value analisis and Equalence partitioning? Can give derive this using these methods? In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10% The next £28000 is taxed at 22% Any further amount is taxed at 40% Which of these groups of numbers would fall into the same equivalence class? a) £4800; £14000; £28000 b) £5200; £5500; £28000 c) £28001; £32000; £35000 d) £5800; £28000; £32000