Is there any tool for checking code coverage in manual testing Regards, Pankaj -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
rcov? On Sun, Dec 13, 2009 at 11:42 AM, pankaj <pankajbhageria-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Is there any tool for checking code coverage in manual testing > Regards, > Pankaj > > -- > > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > > >-- Andrei Erdoss -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
I think rcov is to test code executed in automated tests execution. Pankaj, are you looking for a tool that shows the code executed while you are testing your app browsing through it? On 14 dic, 09:01, Andrei Erdoss <erd...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> rcov? > > > > > > On Sun, Dec 13, 2009 at 11:42 AM, pankaj <pankajbhage...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Is there any tool for checking code coverage in manual testing > > Regards, > > Pankaj > > > -- > > > You received this message because you are subscribed to the Google Groups > > "Ruby on Rails: Talk" group. > > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > To unsubscribe from this group, send email to > > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscrib e@googlegroups.com> > > . > > For more options, visit this group at > >http://groups.google.com/group/rubyonrails-talk?hl=en. > > -- > Andrei Erdoss-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
@eddy exactly On Dec 15, 7:23 am, Eddy Josafat <eddyjosa...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I think rcov is to test code executed in automated tests execution. > > Pankaj, are you looking for a tool that shows the code executed while > you are testing your app browsing through it? > > On 14 dic, 09:01, Andrei Erdoss <erd...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > rcov? > > > On Sun, Dec 13, 2009 at 11:42 AM, pankaj <pankajbhage...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Is there any tool for checking code coverage in manual testing > > > Regards, > > > Pankaj > > > > -- > > > > You received this message because you are subscribed to the Google Groups > > > "Ruby on Rails: Talk" group. > > > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh4Ykp1iOSErHA@public.gmane.orgm. > > > To unsubscribe from this group, send email to > > > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscrib e@googlegroups.com> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/rubyonrails-talk?hl=en. > > > -- > > Andrei Erdoss-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
I don''t know any tool which can do that. I''ve used Selenium and Watir to test GUI, but they are for automated testing too. On 15 dic, 05:17, pankaj <pankajbhage...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> @eddy exactly > > On Dec 15, 7:23 am, Eddy Josafat <eddyjosa...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > I think rcov is to test code executed in automated tests execution. > > > Pankaj, are you looking for a tool that shows the code executed while > > you are testing your app browsing through it? > > > On 14 dic, 09:01, Andrei Erdoss <erd...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > rcov? > > > > On Sun, Dec 13, 2009 at 11:42 AM, pankaj <pankajbhage...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > Is there any tool for checking code coverage in manual testing > > > > Regards, > > > > Pankaj > > > > > -- > > > > > You received this message because you are subscribed to the Google Groups > > > > "Ruby on Rails: Talk" group. > > > > To post to this group, send email to rubyonrails-talk@googlegroups.com. > > > > To unsubscribe from this group, send email to > > > > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscrib e@googlegroups.com> > > > > . > > > > For more options, visit this group at > > > >http://groups.google.com/group/rubyonrails-talk?hl=en. > > > > -- > > > Andrei Erdoss-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.