Test Case for Text Editor!
Answer / Gautam Chandra
{"test_case": [{"filename": "test.txt", "expected_result": "This is a test text.", "input": "This is a test text.
| Is This Answer Correct ? | 0 Yes | 0 No |
How you test IP address
What is rhinohunt testing? urgent pls send the answer soon
how we write a jwebunit test case for check whether the ip address correct or not.
For the following piece of code, how many test cases are needed to get 100% statement coverage? Procedure X Read (Color) // Input color from user IF (Color == “Red”) THEN Call Roses(Color) ELSEIF (Color == “Blue”) THEN Call Violets(Color) ELSE PRINT “User is no Shakespeare” SaveToDatabase(Color) End Procedure X A. 5 B. 3 C. 1 D. 2
In general, how do you see automation fitting into the overall process of testing?
how do u call a from library file
How do you review the test cases which are prepared by your team member. answer is: using traceability matrix, matching testcases with the requirements. He again asked - assume that all the test cases are matched with the requirements, then what do you do, how do you proceed in this case..
Define some of the attributes of a test case?
Can test case contains more than 50 steps in single test case?
Please Tell me the Real Process of a Company. My company is very small & Developer explains me the feature and I prepare the test cases according to he explained .No one is there to review what I have written in the test cases.Test cases are ok but still I have the knowlege of real testing documents i.e which documents I have to prepare What is the flow starting from requirement gathering.Please tell me ,Thanks in advance .It will really helpful to me
Explain the soak testing?
plz tell how to test this: We have to change the password of password field the condition is:The password will expiry after 30 days and that should not allow last 12 similar passwords....