msjit / testcasedb

TestCaseDB - Web based test case management
MIT License
40 stars 18 forks source link

`configure_version_and_assignment': undefined method `text' for nil:NilClass (NoMethodError) #35

Closed kirantpatil closed 10 years ago

kirantpatil commented 10 years ago

Steps to reproduce: 1) Create testing script files as in automation pdf file. 2) Execute "ruby test_suite.rb"

Actual output: 1) The script runs the test steps using firefox browser first time. 2) Reboot the system and rerun the command and it throws the below error a) [smita@localhost qax]$ ruby test_suite.rb test_suite.rb:60:in configure_version_and_assignment': undefined methodtext' for nil:NilClass (NoMethodError) from test_suite.rb:102:in `

'

b) XML API testing output: [smita@localhost qax]$ curl -k --data-ascii @command.xml https://qax.greenturtles.in/webapi/run.xml?api_key="AbCZyDCW4GfttpTrdNm2"

You are being redirected.

Expected output: Run the test steps and on success or failure log the status to testcasedb

kirantpatil commented 10 years ago

This problem disappears once I login to the app and run it.