How to bypass recaptcha in automation testing ?

Bypassing reCAPTCHA in automation testing is not recommended or encouraged as it goes against the intended purpose of reCAPTCHA, which is to protect websites from automated bots and ensure the security of user interactions. reCAPTCHA serves as a security measure to prevent abuse and maintain the integrity of online systems.

Automation testing should focus on testing the functionality and user experience of a website or application, rather than attempting to bypass security measures. It's important to respect the ethical considerations and follow best practices for testing.

How to Stop Search Engines from Crawling your Website

search engine crawlers are very required to reach audience to your website, but if they hit continuous it will harm your website performance, If you want to prevent search engine crawler to crawl here is first and basic way to do that i.e. robot.txt

robot.txt is file which tells crawlers to what part of your website need to crawl and what part or directory not, but in written format, robot.txt follows a format to let the crawls bots to performs on your website, it also block  and allow different bots by there names

[SOLVED] PHP executable not found. Install PHP 7 and add it to your PATH or set the php.executablePath setting

If you get the same error like below in VScode editor then you are the right place to 

"PHP executable not found. Install PHP 7 and add it to your PATH or set the php.executablePath setting"

 

Solution: this error is shown because the PHP IntelliSense extension in VScode editor.

1) To solve this open setting button or go to file -> preferences ->  settings

2) Search php and select PHP IntelliSense like below Image

 

Facebook, Twitter and LinkedIn post share checker

Social media apps like Facebook, twitter linked allow your website and apps to share on there pages to reach with more peoples.

Question is how to check your post will be look liked on Facebook and other social media website, answer is here, below some links helps you to give virtual look how your page look if share 

Facebook

https://developers.facebook.com/tools/debug/sharing/

Twitter

Convert a certificate into the cer,crt,der,pem format

For different reason we need the different format of certificates for different operating system, many of sites offering you to convert the certificates in different format online but if you have basic knowledge of command then you can do it by own by just typing simple commands

Firstly you need to installed the openssl on to your machine, see here how to install openssl for linux and centos.

Redirect Old Domain to New Domain via .htaccess

Usually we develop the site on developement or subdomain and when we finally mirgate the to new domain then some of thing will remain or page redirect happens in  sometimes , so In this case .htaccess file helps to redirect all your olddomain pages to new one 

Below is the code will helps to redirect the olddomain to new domain, should be written in .htaccess file on your root folder

Subscribe to Other