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

Summary: Missing clear description for tests specifications.
Product: qa Reporter: DaviMoreira
Component: Test SpecificationsAssignee: Vladimir Riha <vriha>
Status: RESOLVED FIXED    
Severity: normal CC: vriha
Priority: P3    
Version: 8.0.1   
Hardware: PC   
OS: Windows 8 x64   
Issue Type: DEFECT Exception Reporter:
Attachments: Test assignment, as it appears in the screen.

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