No Results Found
The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.
Role of a Tester as an Agile Team Member
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...
MongoDB Replica Set and Related Memory Issues
For better understanding I have divided this post into two parts : - In the first part, I will try to explain Replica set and how it works. - Secondly, I will explain ways to manage storage space. MongoDB is an open-source document database (NoSQL) that provides high...
How to use preceding-sibling and following-sibling in xpath to find sibling nodes:
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: "//ul/li[contains(text(),'doprep')]/following-sibling::li" This will give...
Creating Desktop App With Ember, ExpressJS, Sqlite3 Database and Node-WebKit
Assumptions: The frontend is Ember and backend is Express. NW (node-webkit) version is 0.20.1 (install using npm install -g nw@0.20.1) Node (node) version is 7.0.0 (install using nvm install v7.0.0 which internally download node-sass with file node-v51-linux-x64)...
Things to look for while testing an e-commerce site!
The better the site, the better the business. An exemplary experience of an e-commerce site is of paramount importance because if that’s not the case the user might just leave with a bad impression for the site & never come back again. Hence, it becomes important...