Navigation

    SOFTWARE TESTING

    • Register
    • Login
    • Search
    • Job Openings
    • Freelance Jobs
    • Services
    • Conferences
    • Courses
    1. Home
    2. carriann
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    carriann

    @carriann

    0
    Reputation
    5
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    carriann Follow

    Best posts made by carriann

    This user hasn't posted anything yet.

    Latest posts made by carriann

    • RE: Jmeter doesn't show results when executed on slave, both GUI and CLI

      How about slave log? Given the symptoms I can think of 3 possible reasons:

      • Your test relies on external data file, i.e. CSV file or .properties file, if this is the case - you need to copy all the dependent files to all the slave machines
      • Your test relies on a plugin which is not installed on the slave(s), either copy your JMeter installation from master to all the slaves or use JMeter Plugins Manager to install the missing plugins
      • Your RMI configuration is not correct, i.e. port which is used for communication from the slave to the master is random by default, you might want to set it explicitly and open it in firewall

      In order to be able to tell more I need to see your jmeter-server.log file (it's being generated in "bin" folder of your JMeter installation given you launch the slave process via jmeter-server.bat file, if you use other approach you can set the desired log file name/location via -j command-line argument

      posted in Performance
      carriann
      carriann
    • How to run Selenium Tests written in C# on a Safari browser in the same Windows 10 laptop?

      I have written bunch of Selenium tests using C# over .Net/Windows 10 laptop. I want to run these tests on safari browser in the same Windows 10 laptop. I am wondering how do i do that since Safari for windows is no longer available from Apple

      Is it possible to find a Docker container which can run Safari browser ?
      Install a virtual machine of some sort that will run iOS and therefore will have a Safari browser. Then I setup a Selenium Grid hub on that VM and hit the grid from windows maching using C#/Selenium scripts. But I am not sure how to do this
      Please advise. Some hints will be useful.

      posted in Automated Testing
      carriann
      carriann
    • How to integrate manual tests into a Azure Devops pipeline as a required step?

      I would like to have manual test as a required step in a release pipeline, much like automated tests in build.
      Tried to find if this was possible in Azure Devops

      I would expect manual testing as a required part of a release.

      posted in Continuous Integration and Delivery (CI
      carriann
      carriann
    • Share your best Ideas about QA Process

      What are the best processes with for Quality Assurance (aside from testing)? Do you use code reviews, code profilers? Do you use a QA Standards document, or just eyeball code? Also how do you provide feedback to the developers? What do YOU do for QA?

      posted in Manual Testing
      carriann
      carriann
    • Console output when running tests in CLion

      I am writing tests using Catch2. Everything is good and works. The only thing that is a little confusing is the log output.

      The log output format is as follows in the Test Toolbar (there are test logs displayed here) :

      \ x1B [01; 37m [16:45:29] [Info]: \ x1B [22; 37mHello
      

      At the same time, if we are talking about output to the usual CLion console, everything is output well:

      [16:45:29] [Info]: Hello
      

      Maybe someone knows how to fix this and is it fixable at all?

      posted in Automated Testing
      carriann
      carriann