Questions tagged [automation-testing]

159 questions
0
votes
2 answers

xUnit, using DateTime UtcNow in test fails the with fraction of millisecond

I am working on .NET 5 unit tests for DateTimeUTC. My following tests fails with fraction of millisecond. I am initializing expectedDateTimeUtcNow = DateTimeOffset.UtcNow and then using expectedDateTimeUtcNow to convert to millisecond as SUT to test…
K.Z
  • 5,201
  • 25
  • 104
  • 240
-1
votes
2 answers

Is it better to use WebElement.isDisplayed() or WebElement.getText() and compare the results?

If I'm trying to see if a field on a web page is displaying some text, and I have the following function to dynamically do this: public boolean isInformationFound(String info){ By infoText= By.xpath("//h5[text()='The info…
-1
votes
1 answer

How to verifies that, the user is navigated to correct link(Page) in selenium/python?

Selenium/Python: When I am click on the particular link text, then I am navigated to particular page. I just want to confirm that I navigated to right link.
-1
votes
2 answers

Downgrade Karate versions

I am currently using Karate core version 1.2.0 ,Karate apache version 0.9.6 and Karate junit version 1.1.0 if I downgrade from this versions will there be any major functionality impact ? Can you give me any suggestions for these three dependencies…
-1
votes
1 answer

How to handle mouse wheel events in Robot Framework using Browser Library?

I am looking for a way to test mouse wheel events in Robot framework using the Browser library. I was looking in the documentation but couldn't find any way.
-1
votes
1 answer

Can anyone help me in recording script using recording controller in jmeter?

I have done till creation of proxy sever.Facing some socket broken issue on running the scripts in firefox When i perform some actions everything is working then some error occurs also explain what is jmeter tree model and jmeternode is? …
-1
votes
2 answers

How to set the user define path for log/output/report file of robot framework on command line

I am using robot framework with pycharm. I am running all the tests of my folder using testfolder>robot . I want to set the path of log/output/report file to my customized location. I have change the path of screenshot as D:/Screenshot folder in…
Amaze_Rock
  • 163
  • 3
  • 16
-3
votes
0 answers

Queries regarding Desktop Email applications Automation testing on MacOS:

Needs your help/suggestion on following: Queries regarding Desktop Email applications Automation testing on MacOS: (1) Can we do it using Java, if yes, then how and what other tool/technology will required here ? (2) If not with Java, then what…
1 2 3
10
11