what is difference between desktop and web application?
Emptoris, IBM, iNube Software Solutions, Microsoft, Rajsoft, Stag Computers,
13 77259If there is no sufficent time for testing & u have to complete the testing then what will u do?
20 30653If there is a field called "Amount" which takes 4 digit number & 2 decimal points what will be the test data for this.
3 8386Post New Manual Testing Questions
Explain Test Plan with example? Explain following in the test plan with examples What is being tested? What are pass/fail criteria? When will each test occur? What Hardware & Software environment is required? What features must be tested? What features will not be tested? What are the responsibilities of individuals & organisation in the project?
What is difference between Build, Version and Release
what is the main field of bugzilla which we fill to report bug to any developers???give some brief description??
What are the possible test scenarios around AVS check of any credit card? (Testing through payment gateway online) (What are the fields we should check while checking AVS and CVV)
I have 2+ year of work exp in manual testing and i have good knowledge in QTP.anybody have requirement in your company please please tell me
What is your approach when requirements change continuously?
What is the difference between IE, Opera & Mozilla Firefox in web Testing and which brower will think that is much better?
Is anybody have the telecom systems test cases from start to end?
What are the main key components in Web applications and Client Server applications? and their differences?
Hi, I was asked following question during a interview. Please answer it: Password field is there,we can accepts every character except underscore and semicolon. It can accept min 6 characters and maximum 12 characters. Prepare boundary value and equivalence class test cases.
Hi Friends, I want to know the best institute in hyderabad which is giving training in 'SAP Testing' and who is the best faculty. Regards, Imtiyaz..
What is localization testing (l10n testing)?
what are the tests u did in entire project? when it did in the project? (means at the release build to end of project) plz explain clearly
In cycle 1 we have 100 test cases out of which 95 test cases are PASS and 5 test cases are FAIL. So in cycle 2 how many test cases performed as a part of regression testing?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?