Thursday, December 12, 2019
How to run the simple http server
1.open the terminal in linux
2.go to the current folder you want share and issue following on terminal
python -m SimpleHTTPServer
Monday, December 9, 2019
Thursday, September 12, 2019
Selenium TestNG - Running Multiple TestNG Classes using Java Main Class
List
file.add("/home/selenium-workspace/starauto/starEE.xml");
file.add("/home/selenium-workspace/starauto/starDD.xml");
TestNG testSTAR = new TestNG();
testSTAR.setTestSuites(file);
testSTAR.run();
Monday, September 9, 2019
Seleinum installation in BOSS Linux
Step:1
sudo apt-get install python-pip
Step:2
pip install -U selenium
for python3 and more install
Step:1 sudo apt-get install python-pip3
Step:2 python3.7 -m pip install -U selenium
Thursday, July 18, 2019
Create Bootable USB pendrive from an ISO
Step 1:
umount /media/boss/ISOIMAGE/
Step 2: mkfs.vfat -I /dev/sdb
Step 3:
dd if=/home/boss/Downloads/boss.iso of=/dev/sdb
Subscribe to:
Posts (Atom)
Linux Kernel Compilation
Step 1: Install Required Packages Install additional packages before building a kernel. To do so, run this command: sudo apt-get install gi...
-
Step:1 sudo apt-get install python-pip Step:2 pip install -U selenium for python3 and more install Step:1 sudo apt-get...
-
This process will common for all HP Printers like HP LJ P 1007, P1020,P1020 plus,1022,3050 MFP, M 5035 MFP,P 2015N and Configuring the HP ...
-
TOKEN=$(curl -u "<username>:<password>" -k -X GET "https://<hostname or ip address>:<port number>/se...