Selenium web driver in simple terms is an API library that contains a list of predefined classes and interfaces that contains predefined methods Basic Methods that are used in Selenium web driver: get() → Used to open specified URL’s web page, (HTTP:// needs to be provided) manage() → manage().window().maximized(); → To maximize the window manage().window().minimize();… Continue reading Methods used in Selenium WebDriver for Automation
Tag: Automation
Taking Screenshots using Selenium webdriver
Testing steps: Load the page using the given URL (Log in | Register (formsscasb.tk)) Select the Sign-Up link Fill out all the fields and uncheck the checkbox Click the Create Account button Take the screenshot Quit browser Code: Script: public static void main(String[] args) throws Exception { WebDriverManager.edgedriver().setup(); EdgeOptions options = new EdgeOptions(); options.addArguments(“start-maximized”); WebDriver… Continue reading Taking Screenshots using Selenium webdriver
Logout using selenium web driver with dynamically handling the dropdown
Testing steps: Load the page using the given URL (Log in | Register (formsscasb.tk)) Login using valid credentials → (Email: radhika.rakesh@jobinandjismi.com, Password: test@12345) Select the arrow dropdown near the account name at the top right of the page and selects the logout option Dynamically handling the dropdown Script: public static void main(String[] args) throws Exception… Continue reading Logout using selenium web driver with dynamically handling the dropdown
Search a item using selenium webdriver
Testing steps: Load the page using the given URL (Log in | Register (formsscasb.tk)) Login using valid credentials → (Email: radhika.rakesh@jobinandjismi.com, Password: test@12345) Select the search icon Enter an item into the search field → (62-058 High Yield MICR Toner Cartridge: HP LaserJet M506x) Select the Go button View and select the product to view… Continue reading Search a item using selenium webdriver
Order to Cash process Automation.
We have automated an Order to cash process in Netsuite. The Process is as follows: 1)Created Sales orders in Netsuite Via CSV import(Inventory lot number for items are set in CSV file by client)2)On sales order creation an Item Fulfillment is generated via script2)On IF generation invoice/cash sale is generated via script Git link: https://github.com/Jobinandjismi/Second_Source_Rx/tree/swapna-JJ0151
IR- Credit Memo Automation from Return Authorization
End April Revenue Upload IR- Credit Memo Automation-AMZ
Credit Card Authorization: Automation Proposal
Credit Card Authorization: Automation