i got Question from iflex-just client gave just functional spec but they didnt provide any detaill, supporting document.but they want with in ten days testplan and test cases.excuse ans like prototype method. Question is how will u start writing testcases?
6 13800what are the different Test case Formats posted by aperson the answer is IEEE or IEE_894 wht is this actuly
4 8715Generally 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)
5 12467i was asked to generate test data for a equlateral triangle,please any one explain how to do & what are the process.
5 12673please can anybody tell me, how to indentify the test cases which can be automated from a given set of test cases, say 20.
2 6226hai we need to get some data from a logfiles and populate into database .to check this we need to write test cases .how to write test case for this scenario tell me as functional and stress testing differ
2321Tell me number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print “Large” ENDIF If P > 50 THEN Print “P Large” ENDIF
2 15297how to test a UI and aslo we need to check a log data fil which gets populated in the db.for this two scenarios give me test cases
IBM,
2533
What is ramp testing?
Describe to me what you see as a process. Not a particular process, just the basics of having a process.
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.
Do you know explain security testing?
can anybody help me how to write a test case for a program eg: c or C++ ,and also how to check their outputs
Positive and Negative test cases for the speedometer?(minimum 5 each)
What are the test cases for mouse?
write the testcases for migrating data from one database to another database?
Write test cases for this scenario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?
How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen
Explain the state testing?
how to write test cases for the example state name starts with A B C D E F G H I J K L Z
1 Crystal Ball 1.1 Purpose This is a simple tool, for entertainment purposes only. 1.2 Scope Only for registered user. 1.3 User Interface Single page with graphic of crystal ball, and text box for typing question. User has to type her question in text box outside ball. Reports: - On ‘submit’, the system needs to access any one of the pre-stored responses at random and display in a graphical, visually appealing manner in the crystal ball. - Audio / graphical changes need to be built in, for added user experience enhancement, like music, sound effects, visual changes. Need to get details.
how to write testcase for the output of an program ****0 ***01 **012 *0123 01234
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?