praveendvd

Results 6 issues of praveendvd

If user tries to access an element that does not have the attribute 'value' then the EC.textToBePresentInElementValue throws Cannot read property 'indexOf' of null error : ``` let EC =...

1. Newman Version (can be found via `newman -v`): 5.2.1 2. OS details (type, version, and architecture): windows 10 3. Are you using Newman as a library, or via the...

feature
product/newman

**Documentation says fallback option takes :** Determines how the requests inside the generated collection will be named. If “Fallback” is selected, the request will be named after one of the...

improvement
conversion
importer

The report shows incorrect total duration time (`h:m:s`) when running in multiCapabilities or sharded run. It seems like total duration calculated as the sum of each test execution time than...

Hi i have the following spec ``` 'use strict'; describe('Validate stage3 and preview screen behaviour', function () { it('Validate space,project and scope details in preview screen {Regression} {Smoke} {test}', async...

I have a scenario where i have to scroll down to the end of the page and click a button to upload some file. If upload function fails then error...

support