Skip to content
Webner Logo
  • Blog Home
  • Categories
    • Web Development
    • Salesforce
    • Big Data
    • Cloud
    • Database
    • PHP Frameworks
    • eLearning
    • Insurance
    • Java Frameworks
    • Linux, Windows, Mac
    • Mobile
    • Others (General)
    • Others (Technical)
    • Software Testing
    • Zoho
  • About Us
  • Contact Us
  • StudySection

Webner Blogs – eLearning, Salesforce, Web Development & More

Category: Software Testing

April 24, 2018 Others (Technical) / Software Testing

Take screenshots and name file using timestamp in Selenium

April 24, 2018 Others (Technical) / Software Testing
Post Views: 21,597
| By Webner

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

Read More
February 7, 2018 Others (General) / Others (Technical) / Software Testing

Importance of testing in production after deployment

February 7, 2018 Others (General) / Others (Technical) / Software Testing
Post Views: 4,556
| By Webner

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

Read More
October 5, 2017 Software Testing

Run Apache Tomcat server via cron job and notify an email id

October 5, 2017 Software Testing
Post Views: 8,014
| By Webner

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 ];

Read More
August 23, 2017 Software Testing

Selenium | Unable to launch the latest Firefox browser 54.0 with Selenium 3

August 23, 2017 Software Testing
Post Views: 4,090
| By Webner

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

Read More
June 21, 2017 Java Frameworks / Software Testing

Software Testing | Identifying bugs in different ways

June 21, 2017 Java Frameworks / Software Testing
Post Views: 5,817
| By Webner

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

Read More
May 24, 2017 Software Testing / Web Development

Software Testing | Understanding Severity & Priority

May 24, 2017 Software Testing / Web Development
Post Views: 5,250
| By Webner

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

Read More
October 5, 2016 Linux, Windows, Mac / Mobile / Salesforce / Software Testing / Web Development / Zoho

Support Plan Content

October 5, 2016 Linux, Windows, Mac / Mobile / Salesforce / Software Testing / Web Development / Zoho
Post Views: 4,238
| By Webner

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

Read More

Posts pagination

«Previous Posts 1 2 3 4

Google ad

Copyright 2022 - 2023 | Webner Blog by Webner Solutions Pvt Ltd. | All Rights Reserved.
MENU
  • Blog Home
  • Categories
    • Web Development
    • Salesforce
    • Big Data
    • Cloud
    • Database
    • PHP Frameworks
    • eLearning
    • Insurance
    • Java Frameworks
    • Linux, Windows, Mac
    • Mobile
    • Others (General)
    • Others (Technical)
    • Software Testing
    • Zoho
  • About Us
  • Contact Us
  • StudySection