Questions tagged [qtest]

48 questions
-1
votes
1 answer

Universal agent is not diplayed on Agent type dropdown on qtest automation agent

I'm trying to integrate an automation script written in protractor with test management tool qtest. While trying to integrate it needs an agent type, and the agent type should be Universal Agent. But the drop down didn't display universal agent as…
muller
  • 5
  • 1
  • 9
-1
votes
1 answer

Nodejs - Passing json object to a event.handler function

Apologies in advance as this is my first time working with NodeJs. We are using a product called QTest Pulse. In simple terms we have a webhook that is hooked to nodejs file that gets executed on the server and produces results. I am trying to…
JagadeesanV
  • 35
  • 2
  • 7
-2
votes
1 answer

How to use QCOMPARE with two custom classes within custom namespace?

I have a class MyClass within a namespace MyNameSpace, and I define a == operator in test unit, so, classes could be copmared. The unit test doesn' compile 'cause theres no operator == match for const MyNameSpace Myclass, MyNamespace MyClass, even…
1 2 3
4