Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.
Discussion List
Getting Incorrect Result From IsEnabled for Radio Button
I have a pair of radio buttons in an application that I am trying to determine of they are enabled or not. The web element locators are defined like this: _@FindBy(xpath = "//*[@id=\'frmSubject:noContact\']/tbody/tr/td[1]/div/div[2]/span") public WebElement frmJudgeDecisionNoContactNo_RB; @FindBy(xpath =…
How to Handle CAPTCHA in Selenium Automation?
I understand that CAPTCHAs are meant to prevent automation, but for testing purposes, I need to bypass or handle CAPTCHA in my Selenium script. Is there any way to automate this or perhaps use some manual intervention without disrupting the automation flow?
Configuring the Jenkins Global properties through powershell
I want to run automated selenium tests on different browsers and would like to pass the browser through as a parameter in my PowerShell script that triggers the tests to run. The browser is currently determined by the value of my 'Browser' variable in the global properties in Jenkins. Is there a way to assign the value…
SOAtest (9.10.6) web tests Dynamics CRM (MS) very slow
Hi there, We are trying to capture some (browser/gui) regression tests in SOAtest 9.10.6 based on a Microsoft Dynamics CRM web application. The problem is, playback is very VERY slow... anyone having similar experiences? I've tried removing Wait Conditions, nothing improves. I've updated Chrome to version 70, nothing…
Can DTP integrate with Selenium-Cucumber framework for functional testing?
Can i use Parasoft DTP to display the reports that get generated from the Selenium-Cucumber framework? How can i integrate DTP with my framework? The current framework is not designed using JUNIT,TESTNG or SOATEST..
Is there any reason why both WebElements and locators shouldn't be used in one Selenium test project
Hi, In my Selenium tests, sometimes i need to use locators (eg. driver.findElement(locator)) and sometimes I need to use webElements** (eg. List)**. I wonder if there is any reason, that using these to in one project is not correct and I should stick to one type and declare only locators or only webElements in every…
Invoke soatestcli to run selenium TCs in soatest.
Hi Team, I have some selenium TCs present in soatest, where I am able to execute those after inserting all jars there. But if the same thing I am doing with the help of soatestcli I am unable to do that. It throws error selenium class not found. I know I need to wrap that into jars and pass the path in localsettings file.…
soatestcli unable to execute .tst that has selenium and dependent modules.
I have created one tst in soatest which invokes selenium and some other dependent jars. If executing through SOAtest everything is working fine but if trying to execute through soatestcli getting errors saying "selenium apis and parasoft apis are missing or not found." Note:I am invoking soatestcli thorugh remote pc via…
How to Find the Selenium Version that ships with SOAtest
Parasoft: How to find the Selenium Version that ships with SOAtest Description: It can be helpful to know what version of Selenium is shipped with SOAtest when there are browser/playback complications during testing. This can help us determine whether or not the prepackaged Selenium version is supported by a particular…
Web Functional Workflow for the latest version of Chrome / Firefox
Parasoft: Web Functional Workflow for the latest version of Chrome / Firefox Description: The latest version of SOAtest 9.10.0 comes prepackaged with Selenium-Version: 2.53.1. Currently, there is no version of Selenium (non-Marionette) Firefox driver that fully supports Firefox48 and higher. This is not a limitation of the…