Can any one tell me how to write test data. i mean, to test
each input, 2 test input(1 for +ve, & other for -ve) are
given. so , for example, if i want to write test data for
login form, how many test data should i write in test case?
No Answer is Posted For this Question
Be the First to Post Answer
We r developing one Web Site for construction company. In that Web site we have different option like About Us,Contact Us,Home,Sites,Site Map,Search Etc........ and front page of that web application contains 6 different pictures means single page contain 6 pics etc... write Test plan ,Test Scenarios,Test Case ....Plz answer this question ASAP
What are the test cases, we can write for Data Grid. Anybody can help me..Thanks in advance.
Write a test scenario for a project which is developed in a VB then after wards it is converted in Java and there is no documentation available.
write the high level test cases for winzip file
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 quick test professional and what test environment it supports?
How to write test case for this scenario. The data entry field for city shall be removed from the screen
How many test cases are necessary to cover all the possible sequences of statements (paths) for the following program fragment? Assume that the two conditions are independent of each other: if (Condition 1) then statement 1 else statement 2 end if if (Condition 2) then statement 3 end if A. 2 Test Cases B. 3 Test Cases C. 4 Test Cases D. Not achievable
hai im finished software testing course im technicaly strong but yet now no opportunities come to me.if any opportunities please send to my mail id my mail di is sumathi11685@gmail.com
how we test the login page using jwebunit test case...
write test cases for this senario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?
If the pseudo code below were a programming language ,how many tests are required to achieve 100% statement coverage? 1. If x=3 then 2. Display_messageX; 3. If y=2 then 4. Display_messageY; 5. Else 6. Display_messageZ; 7. Else 8. Display_messageZ; A. 1 B. 2 C. 3 D. 4