Answer Posted / sushma
when the developer finished with coding and unit
testing,after that build is given to tester to proceed for
testing.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What are the cases why parameterization is necessary when load testing the Web server and the database server?
Hi, This is vkram.I had completed my B.E in May 2005 & currently i am undergoing Testing Course. I want to join as a Fresher in any MNC. What should I tell why u r coming to testing field & what u did this 2 years?
Could anyone share FAQs for Test Manager position...
Tell me about Agile scrum and what is your role in Scrum ?
Scenario A year ago we developed a standards compliant website for a client. Their site is very popular resulting in the client wanting to be able to track how it is being used by their users. The first part of this project is to create a Login function so that users can be identified on the website. The data supplied by users would have to be handled securely. You have been allocated this project to work on. You will be responsible for the task from start to finish and will be expected to give feedback to your manager. User expectations The client wants their users to be able to login using a page that fits in with the website design. Tom wants to access the website but doesn’t want his login information to be available to anyone else. Paul doesn’t want to login to the website because he’s not a frequent user. Task Please provide some feedback on how you would do the following:- Being the only Test Engineer on this task, what would your approach be for this requirement? Identify the key areas for testing this page. What tools if any, would you use to perform the testing, bearing in mind that the testing will be done without using an ‘automated test tool’. Provide a sample test case that could be used for testing this page, for example as a word or Excel document.
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; }
Can you explain requirement traceability and its importance?
What’s the difference between a bug and a defect?
About Testing
Easiest way to write test cases? How i can learn writing the test cases?
Which is the best book to ref. for design the test cases/scenario in manual testing,which gives detailed idea with all the strategies ?
Anybody having documents and URLs about BFSI domain...Please share..it is really urgent
How many bugs occured will be considerd appropriate over 1000 steps when inspecting software? Describle an approriate Bug value.
tell me some major and minor defects in ur net banking project?
in an online banking software,users are connecting to bankserver by login.This login module can take below inputs for user. a/c number prefix-3 digits but doesnot start with 0&1 a/c number sufix-6 digits number password-5to 10 chars alphanumerics in lowercase areacode-3 digits number but optional purpose- cheque deposit money trasfer mini statement bills pay After filling above fields,user can click submit button to connect to bank server.prepare test scenarios for online banking s/w login.