how will we know test cases are written by us are correct
Answer Posted / preeti
Other than what has been described above, When executing
your test cases you should have positive answer to: 1.Can
you read your Test Cases,2. Can you understand and
follow/execute your them?
Please let me know if I am correct, as I'm a student
learning QA.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the scalability testing?
Which of the following defines the expected results of a test? Test case specification or test design specification.
how 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
Explain the smoke testing?
1. Buzz Words 1.1 Purpose Allow user easy access of content based on key/popular words 1.2 Scope All the tags at the portal. 1.3 User Interface - Tags are usually hyperlinks that lead to a collection of items that are associated with the tag. - Click takes you to page similar to Search Result page, should search all content and not only articles - Based on Most Viewed only 1.4 Interfacing/Sourcing Details - Need to develop an application which works on algorithm to calculate size/color of Buzz words. - In phase 1 algorithm will be pretty straight forward of calculating dimesion of Buzz words by going by ""Most Viewed/Visited"" words. Need to get exact algorithm.
How to write test cases on laptop???
write the test cases for facility module
i am preparing for interviews in real time job what test cases we have to prepare please explain with example?
What is the syntax testing?
What are the test cases for mouse?
Roads concatenation Problem
Consider we have some GIS (Geo Information System) operating
over some road network. Each road represented as array of
two-dimensional geographical points. Road network is a set
of roads.
System has function called Concatenate(). This function
takes raw road network and should return optimized road
network. Optimization lies in concatenating roads with
matching start or end points, i.e. if road AB end point
matches road BC start point, then optimized network should
contain concatenated road AC. Optimized network shouldn’t
contain two roads which can be concatenated.
Your task is to suggest set of test cases for Concatenate()
function in order to make sure it works correctly.
public interface IPoint
{
double Lat { get; }
double Lon { get; }
}
public Road : List
Positive and Negative test cases for the speedometer?(minimum 5 each)
What is use case testing?
Suppose a job should be executed for every two hours? Write test case for this?
Can someone help to write testcase for the scenario as early as possible.: 1. Complaint logged since one week 2. complaint info sent to supervisor with high priorit mail 3. 10 users logged into website , performance could not be degraded ( response within 5 seconds) 4. site should be user protected. 5. it should be work with IE 6 IE 7 6. complaint log should be generated more than one week