There is project earlier it was developed in VB then they
had replaced the project by java and there is no
documentation available then how you are going to check that
project. (Hint: - Parallel Testing).
Answers were Sorted based on User's Feedback
Answer / brahma412
as a black box test eng why should we know which lang is
used to develop that application..
no documenation means is there not any requirement document?
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / anitha
using exploratory testing we can test that application
| Is This Answer Correct ? | 3 Yes | 0 No |
if u have a application that is demo verson and u want to perches it if u have full version. Plz give me some test case for try to break the applicatin
Explain the gray box testing?
Generally when we are writing test cases we give headings as Case id , description, input values, expected, actual, severity and priority and pass/fail. is there any seperate profama during testing the web site manually. (guys it very urgent for me in my office can any one help me plz)
what is the test plan for ms-word
how to write the test case for 1 to 12 months in equivalence partitioning?
Hi recently in an interview I was asked to write API test cases. Since I am not familiar with it can someone put more light towards API testing and give some example test cases for the same. Thanks!
If I have written the 10 Positive test cases first and Negative test cases 11 to 25 .I Execute +ve first & then - ve as per test cases were written .Now if I got the next build & if I write again +ve Test Cases 26-30 first & then - ve 31-35 but I have to execute all test cases 1 to 35.But here the sequence of execution is +ve,-ve,+ve & -ve .How should I maintain the test cases .Please tell me It's Urgent .Thanks In Advance.....Tester
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?
hoe to write test cases for the below field --------------- --------------- browse upload
how many checkpoint u have to used
What could be test cases for windows calculator using risk based testing
Credit card field contains four text boxes. We can validate each textbox separately with conditions but how can we write integrated testcase for all the four?