Difference between Session issues and functionality issues
Hi everyone ! I am not able to figure out the difference between session issues and functionality issues.... Can anyone clear this concept with an example.....
RE: Difference between Session issues and functionality issues
Hi ! I got a hint ! But can u tell me dat in my aplication i m testing for working of back button.. CR was that on all the pages where return button exist back button should not work... If I m testing the functionality of back button on those pages.. will it come under functionality issue or session issue???????? I m confusd because back button is not a part of functionality....of the appln..
RE: Difference between Session issues and functionality issues
Hi I think session issue is for example suppose you have logged in to any application and for few mins u dont perform any operations and after that when u do any operation in application you are again asked to login i.e. ur session has timed out In ur case i think the back button which u have informed is of functionality issue
RE: Difference between Session issues and functionality issues
Session Issue means say for example you have to complete your transaction for 1 minute then all the formalities w.r.t the application should be completed with in that time and if you consume more than the intended time then it is a session issue suppose if you are not able to complete the process with in the allotted time then it is a functional issue. These kind of issues are able to identify easily using any performance testing tools like Silk performer Load runner.. etc