Skip to content Skip to sidebar Skip to footer
Showing posts with the label Automated Tests

Are There Any Free/open-source Wcf Client Frameworks/libraries Out There?

I am working on a tool that will test the server of a Silverlight application. AFAIK, Silverlight u… Read more Are There Any Free/open-source Wcf Client Frameworks/libraries Out There?

Pytest -> How To Use Fixture Return Value In Test Method Under A Class

I have a fixture that returns a value like this: import pytest @pytest.yield_fixture(scope='mo… Read more Pytest -> How To Use Fixture Return Value In Test Method Under A Class

Same Tests Over Many Similar Data Files

With python and unittest I have this structure of test directory: tests/ __init__.py test_001.p… Read more Same Tests Over Many Similar Data Files

How To Find And Write Inside An Input Tag With Selenium Python

I would like to change a value of a input tag that haves the value 20 to 110 in the website https:/… Read more How To Find And Write Inside An Input Tag With Selenium Python

If Else In Robot Framework With Variables Assignment

I need to execute some keywords conditionally in robot framework, but I dont know how to do it, it … Read more If Else In Robot Framework With Variables Assignment

Capture Console.log Outputs On Chrome Console Using Selenium

I have a list of websites which I am doing some testing and experimentation on. I visit a website f… Read more Capture Console.log Outputs On Chrome Console Using Selenium