TestWise 3.6 released

16 views
Skip to first unread message

Zhimin

unread,
Mar 8, 2013, 5:46:23 PM3/8/13
to test...@googlegroups.com
Dear wise testers,

TestWise v3.6 now support latest RSpec 2.13 and bundled RWebSpec 4.2 dropped 'test' as the starting of a test case. If your test case is like the one below,

test "user can login" do

end

change to

test_case "user can login" do

end

(The reason: test might be used some unit test frameworks, such as Ruby on Rails, might cause conflicts when running unit tests and UI tests in continuous integration). 

A new snippet is added for creating a new test case in TestWise:  type 'tc', then press Tab key. 

You still can use 'story' interchangeably with 'test_case' or 'it'. 

Happy Test Automation!

Cheers,
Zhimin
Reply all
Reply to author
Forward
0 new messages