#36 ✓wontfix
Brandon Faloona

Create script or rake task to audit steps usage

Reported by Brandon Faloona | June 11th, 2009 @ 08:35 PM | in Waiting On

  • Steps that are unused might be untested and not working. Finding orphaned steps might help ameliorate this.
  • An audit could tell you which steps are used by the most number of scenarios, and thus informing the decision to introduce a change.

For example:

rake audit:steps
unused:
            /lib/steps/my_steps.rb:17 Then /^I click the Pay Now button$/
most used:
3342 times: /lib/steps/my_steps.rb:35 Then /^I click the logoff button$/

rake audit:pages
unused:
            /lib/pages/my_page.rb:22 :footer_table

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

A framework for web testing.

Shared Ticket Bins

People watching this ticket

Tags

Pages