This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 246037 - Missing clear description for tests specifications.
Summary: Missing clear description for tests specifications.
Status: RESOLVED FIXED
Alias: None
Product: qa
Classification: Unclassified
Component: Test Specifications (show other bugs)
Version: 8.0.1
Hardware: PC Windows 8 x64
: P3 normal (vote)
Assignee: Vladimir Riha
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-27 19:06 UTC by DaviMoreira
Modified: 2014-08-14 09:13 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Test assignment, as it appears in the screen. (56.73 KB, image/png)
2014-07-27 19:06 UTC, DaviMoreira
Details

Note You need to log in before you can comment on or make changes to this bug.
Description DaviMoreira 2014-07-27 19:06:17 UTC
Created attachment 148344 [details]
Test assignment, as it appears in the screen.

In the test "Binary notation for integers", contained in the 8.0 tests specifications for the PHP Tribe, it seems that a clear description of what do I have to do is missing.

See steps below:

1. Create new php file
2. Declare variable $foo
3. Error should be displayed because of the '2' in the value
4. Change the '2' to '1'

It suggests that there should be an example to demonstrate how to follow these steps, but it's not there. Without it, the test can't be executed.
Comment 1 Vladimir Riha 2014-08-14 09:13:26 UTC
Fixed, thank you for catching that