I am using cypress-testrail-accumulative-reporter in my cypress automation project for testrail integration. I am executing the automation with 2 parallel threa
I'm using the page-object-model in developing my automated tests in playwright. As such, I'm building a class to hold my locators and expose the locators, but
I'm currently setting up a test scenario that allows me to create a random email, and I would like to do more series of tests and keep writing on the same JSON
I am wanting to write a C# program to copy a specific range of cells below a specific keyword. The code will identify a keyword in Excel and then copy the value
Sometimes it's useful to do something like loop an AssertElementNotVisible() until the element in question is visible. However, the takeScreenshot() event is qu
I am using pytest for automation. I have so many test cases and have one test cases as skipped test like below, def test_step(index, description): """ Logs
I've tried for some days to perform an e2e test that performs a Drag&Drop event in Selenium, and after several ways to resolve this, someone told me about C
I'd like to preface this by saying that I really tried looking here and anywhere else for an answer but without a succes. Here is the problem: I'm trying to aut
I have a project with a working GitLab-CI configuration, but I only want to create and execute a pipeline, when one of my config files are changed. Is there a w
I'm working on a online purchase bot for target.com and I've run into a blocker. Upon providing correct username and password combination on the login page and
I have the following response from the server. I need to search this answer and compare it in turn with each field. Example: My task is that I know for sure tha
I wonder if you would be able to help I have a page where I perform a save action and the resulting page gives me an ID in the URL e.g. https://thiscouldbeanyth
I have prepared powershell script which access outlook to save the attachment and prepare the new report. Currently my script always ask/throws the pop up askin
I'm new to gitlab CI so I'm still trying to get my head around it but I'm wondering if it's possible to do the following? Developers work in REPO A QA work in
I am trying to figure out what item (for example document, web page tab, window, picture, folder) the user has clicked on. I started by using the following code
I am a QA and created a framework(JAVA) to execute my tests. Everything is going fine running the tests by Runners. All those tests works fine and got the PASSE
I need to insert with selenium to text box and then get it to another use. how can I do this? The function getText() doesn't work.
I'm learning Cypress and decided to test a 3d party website as a practice. This 3dparty website uses subdomains. (ex catalog.main.com, cart.main.com, news.main.
I was wondering if its possible to create a powershell script to log into a specific outlook mail box and than add the script to the scheduled task so that no u
There is an element having various children. How can I count the number of its children using parents' xpath? So far, I have been using this: List<Webeleme