Top new questions this week:
|
|
I work as a junior black box tester in a small software house. I work on a medical industry web application. I was assigned a module to test. I did a lot of research and risk analysis and logged at ...
|
|
I want to know if there is any free tool available to manually test the mobile apps and mobile websites.
I dont want to use the real devices. Need to emulate the devices
|
|
JavaScript based automation frameworks such as Protractor/WebDriverJS heavily depends on its features such as asynchronous execution, promises, callbacks, anonymous functions, etc which are inherently ...
|
|
The AUT is built with LAMP* Stack and is the Intranet Home app and is going to be used by almost all employees of a large corporation.
Application Performance Testing is carried out using HPE suite ...
|
|
Hello I'm having a slight issue. I'm using selenium to make a report through ExtentReport which saves a HTML file. I want to be able to save this file dynamically.
This is the code im currently ...
|
|
I'm logging into the page using this function:
public static void login() {
driver.get(url);
driver.findElement(By.name("username")).clear();
...
|
|
Our team wants to migrate the tests from QTP. We have the automation flows for UI, API and some database tests. After a long research, I found robotframework would be a nice tool.However as I started ...
|
Greatest hits from previous weeks:
|
|
Is it possible to test desktop applications using selenium? Suppose we have a simple application like gtalk. A desktop application, can we automate that application with selenium.
|
|
It is an unfortunate reality of our industry that many testers are stuck using a spreadsheet to manage their test cases.
I wanted to ask (in a community wiki), what are some good techniques and ...
|
Can you answer these?
|
|
I am manual QA engineer of 22 years.
Automating a Web App in Cucumber/Ruby using Capybara libraries using Selenium to drive the browser (Firefox). Rspec for the test interface. Can anyone recommend a ...
|
|
I would like to ask this time your view on what aspects would you consider to tickle when a strategic component like memory is replaced (in embedded system).
Basically, the main goal is to ensure ...
|
|
Can you please tell me how to write test data in the page object pattern.
Here I am using multiple packages. One is for locators identification, another is for page factory for initializing ...
|