| |

VerySource

 Forgot password?
 Register
Search
View: 770|Reply: 6

Masters ask a test and ask for a quick answer

[Copy link]

1

Threads

1

Posts

2.00

Credits

Newbie

Rank: 1

Credits
2.00

 China

Post time: 2020-1-30 22:00:01
| Show all posts |Read mode
Measure a flowchart of a common triangle, isosceles triangle, isosceles triangle, test case.
Reply

Use magic Report

0

Threads

4

Posts

4.00

Credits

Newbie

Rank: 1

Credits
4.00

 China

Post time: 2020-3-14 17:30:01
| Show all posts
No, ask this too, there are many online, this is a classic test of software testing
Reply

Use magic Report

0

Threads

4

Posts

4.00

Credits

Newbie

Rank: 1

Credits
4.00

 China

Post time: 2020-3-15 08:00:02
| Show all posts
Test case for triangle program:

No. Test content Test data Expected result
a b c
1 equilateral 5,5,5 4,5,5 equilateral
2 Isosceles 4,4,5 5,4,4 Isosceles
3 any 3,4,5 any
4 Non-triangular 9,4,4 4,9,4 4,4,9 No
5 Degenerate triangle 8,4,4 4,8,4 4,4,8 No
6 Zero data 0,4,5 4,0,5 4,5,0 No
7 0,0,0 No
8 Negative data -3,4,5 3, -4,5 3,4-5 Run error
9 -3, -4, -5 Operation error
10 Missing data 3,4 Operation error
11 non-integer 3.3, 4, 5 run error
12 Non-numeric characters A, 4,5 (types do not match)
Reply

Use magic Report

0

Threads

4

Posts

4.00

Credits

Newbie

Rank: 1

Credits
4.00

 China

Post time: 2020-3-15 11:00:01
| Show all posts
No. Test content Test data Expected result
                                                      a b c
   1 equilateral 5,5,5 4,5,5 equilateral
   2 Isosceles 4,4,5 5,4,4 Isosceles
   3 any 3,4,5 any
   4 Non-triangular 9,4,4 4,9,4 4,4,9 No
   5 Degenerate triangle 8,4,4 4,8,4 4,4,8 No
   6 Zero data 0,4,5 4,0,5 4,5,0 No
   7 0,0,0 No
   8 Negative data -3,4,5 3, -4,5 3,4-5 Run error
   9 -3, -4, -5 Operation error
  10 Missing data 3,4 Operation error
  11 non-integer 3.3, 4, 5 run error
  12 Non-numeric characters A, 4,5 (types do not match)
Reply

Use magic Report

0

Threads

1

Posts

2.00

Credits

Newbie

Rank: 1

Credits
2.00

 China

Post time: 2020-9-3 21:45:02
| Show all posts
The answer below was found from other web pages. I compared it. The typesetting position of a b c should be in the test data column.

-----------------------------------------
Test case of the triangle program:

No. Test content Test data Expected result
                     a b c
1 Equilateral 5,5,5 4,5,5 Equilateral
2 Isosceles 4,4,5 5,4,4 Isosceles
3 any 3,4,5 any
4 Non-triangular 9,4,4 4,9,4 4,4,9 No
5 Degenerate triangle 8,4,4 4,8,4 4,4,8 No
6 Zero data 0,4,5 4,0,5 4,5,0 No
7 0,0,0 No
8 Negative data -3,4,5 3,-4,5 3,4-5 Operation error
9 -3,-4,-5 Run error
10 Missing data 3, 4 Operation error
11 Non-integer 3.3,4,5 Operation error
12 Non-numeric characters A, 4, and 5 types do not match
Reply

Use magic Report

0

Threads

1

Posts

2.00

Credits

Newbie

Rank: 1

Credits
2.00

 China

Post time: 2020-9-5 13:15:01
| Show all posts
This is a very classic software test written test
Reply

Use magic Report

0

Threads

1

Posts

2.00

Credits

Newbie

Rank: 1

Credits
2.00

 China

Post time: 2020-9-5 14:45:01
| Show all posts
Is there any big brother to explain,
Reply

Use magic Report

You have to log in before you can reply Login | Register

Points Rules

Contact us|Archive|Mobile|CopyRight © 2008-2023|verysource.com ( 京ICP备17048824号-1 )

Quick Reply To Top Return to the list