All Questions
0
votes
1answer
4 views
Security testing tools for android and ios apps
What are the available security testing tools for android and ios apps.
0
votes
0answers
3 views
Automation Framework Structure: Should the framework and the project under test be separated in two projects?
I'm using Selenium Webdriver (Java), Eclipse as IDE.
My current setup was
I have one Java project in Eclipse that serves as the framework (say FrameworkProject). The project is comprised of these ...
0
votes
1answer
6 views
Difference between calabash and appium
Currently I'm working with mobile testing. I want to automate out mobile app. So I found some tools are appium and calabash. I want to know the difference between both and which tools is most people ...
0
votes
1answer
23 views
Remember me scenarios on website
I have webpage on that page there is remember me Check box, Username testbox, Continue button,
What i want is test script should enter username, check remember me check box, and continue. script will ...
0
votes
0answers
10 views
Session invalid
I want open two browsers, with same ULR,
driverOne;
driverTwo;
login on driverOne driver and be on dashboard leave that way
login on driverTwo driver with same user as driverOne.
then perform some ...
1
vote
0answers
7 views
I have got an error when installing appium
I am working with appium and installed idea intellij, android sdk, appium. when I run uiautomatorviewer
naveen@naveen-Inspiron-3542:~/Music/android-sdk-linux/tools$ uiautomatorviewer
...
0
votes
1answer
13 views
Test Data Management for UI testing
I am working on a Java/TestNG UI automation framework and having some difficulties with test data management.
I use TestNG's DataProvider to pass data to the test method.
I need to pass about 30 ...
0
votes
0answers
7 views
Mature Example of RobotFramework Project?
Can anyone point me to a mature RobotFramework web automation project that I can use to help model some things? I am looking for a real project, not a demo. One that tests over 100 pages. I haven't ...
1
vote
1answer
36 views
Advice for a 22 year old manual tester working with Automation on a daily basis
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 ...
0
votes
2answers
14 views
Getting Error After Web Element Inspection.
I have checked Google for this error. But the solution has not been very helpful. I would appreciate your help, please.
The URL of the webpage that I am trying to automate is: https://www....
0
votes
1answer
19 views
After clicking on Registration link in http://newtours.demoaut.com website i am not able to enter values in webelement which appears on next page
I am new to selenium webdriver coding and i am stuck with the basic issue .Below is the code.
public static void main(String[] args) {
WebDriver driver;
System.setProperty("webdriver....
1
vote
0answers
12 views
Embedded system - external memory change
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 ...
0
votes
1answer
12 views
Is it possible to integrate Bamboo and Jenkins with TestRail
My company is currently using Bamboo and Jenkins for our build CI (depending on project) and we're moving into using TestRail for our test case management as Zephyr wasn't providing the necessary ...
0
votes
3answers
28 views
Automated page visit
Bit of a weird one but I need to test a specific page on a site - Does anyone know of a web site or tool somewhere that i can provide the exact url to and it hit the site say 200 times or something ...
3
votes
1answer
38 views
Should we use javascript for UI test automation?
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 ...