Category: Software Testing
Take screenshots and name file using timestamp in Selenium
When we test a website and face bugs we need screenshot of the output to suggest to the developer to fix the issue. Automated testing is usually evidenced by Screenshots and logs. But how to save screenshots with timestamp in
Importance of testing in production after deployment
When we deploy an application from staging / testing server to live / production environment, tester needs to test the application again in production environment no matter if he has already tested the whole application in staging environment. Why there
Run Apache Tomcat server via cron job and notify an email id
Below is the shell script which can start Apache Tomcat server via cron job and send notification to defined email is: #!/bin/sh RESULT=`netstat -na | grep 8009 | awk ‘{print $7}’ | wc -l` if [ “$RESULT” != 0 ];
Selenium | Unable to launch the latest Firefox browser 54.0 with Selenium 3
Problem: I was unable to launch the latest Firefox browser 54.0 with Selenium 3 Solution: Earlier I was using the Firefox version 43.0 and I was able to launch the Firefox properly with my selenium script. But recently I have
Software Testing | Identifying bugs in different ways
In software testing, we have various way to identify the bug/defect. Some of them are as given below: 1. Severity Wise: * Major: When defect affects major functionality. Example: Suppose a Logo text is not Proper that will be affect
Software Testing | Understanding Severity & Priority
While testing the Web applications, Software and Projects, sometimes we cannot perform the full test scenarios and bug fixes due to shortage of time or due to project running out of time. A lot of bugs and errors could be
Support Plan Content
Support Plans IT support has become important for every business company, no matter what is the size of business. Some companies do not tie up with any IT company for maintaining their IT infrastructure as they feel they can take