Raj K.

Senior Consultant at SQA Consulting Limited

  • 3 questions asked
  • 2 answers
  • 0 best answers (0%)
  • Extracting values from JSON response depending on another value

    Hello I'm attempting to extract a value from a JSON response depending on the content of another value. For example I have the following: "examplevalues" : [ { "id"...
    Raj K.
    Raj K.

    Raj K.

    Level
    0
    42 / 100
    points
    Fousseyni B.
    Fousseyni B.

    Fousseyni B.

    Level
    2
    1014 / 2000
    points
    Hello Raj, Did you try a normal extraction ? Assuming the type "type4" is fixed and that the id can change : - Beginning by : "id" : " - Ending by : ","Type" : "type4"...
  • localhost:7100 unavailable

    I am attempting to check a user path but I get the error localhost:7100 unavailable. I have checked firewalls and checked for issues as described in other answers and triede...
    Raj K.
    Raj K.

    Raj K.

    Level
    0
    42 / 100
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    When you said that you checked the firewall does it mean that you have one started or not? Do you have any anti-virus installed on that machine? It might also be an issue...
  • How do you use the Data Exchange API Clinet without getting errors on the NewClient method

    I've got a simple Visual Studio program which references the NeotysRestDataExchangeAPI. I have successfully built the solution which uses the NewClient and TimerBuilder...
    Raj K.
    Raj K.

    Raj K.

    Level
    0
    42 / 100
    points
    Alexis N.
    Alexis N.

    Alexis N.

    Level
    2
    1255 / 2000
    points
    Team
    I reproduce your issue, you need to provide a context when creating the client. ContextBuilder cb = new ContextBuilder(); cb.Hardware = "test"; IDataExchangeAPIClient...