by root | Sep 20, 2020 | Mobile, Testing
by Sadhvi Singh | 20 September 2020 According to a study conducted by BusinessofApps, app retention is measured at 11 individual sessions. Since 2012, app retention has stayed in the 30% ballpark, going as high as 39% in 2014 and dipping to 32% in 2019. Why were...
by root | Sep 5, 2020 | Mobile, Testing
By Jyotsna Ahuja | 05 September 2020 Since 1990, instant messaging, in some form or another, has been a smash hit. The concept allows two or more users to send messages back and forth in perceived quasi-synchrony, making the application different from basic email....
by root | Apr 12, 2017 | Testing
The first rule of any technology used in a business is that automation applied to an efficient operation will magnify the efficiency. The second is that automation applied to an inefficient operation will magnify the inefficiency. – Bill Gates Target Audience:...
by root | Mar 6, 2017 | Testing
Historically, the responsibility of tester was limited to proving the requirements are met, ensuring that the software works and finding bugs just in an almost completed product. And so a role of the tester used to come into picture only after the development cycle...
by root | Feb 22, 2017 | Testing
Preceding-sibling and following-sibling in xpath Xpath: “//ul/li[contains(text(),’doprep’)]/preceding-sibling::li” This will give “Navyug” How to get all the following siblings of doprep Xpath:...