Questions tagged [imposter-pattern]

4 questions
3
votes
1 answer

How to record request and reponse using a proxy in Mountebank?

I am creating an imposter process using Mountebank and want to record the request and response. To create a http imposter I used the following CURL command as described in their documentation. curl -i -X POST -H 'Content-Type: application/json'…
python
  • 4,403
  • 13
  • 56
  • 103
3
votes
1 answer

What is imposter design pattern?

In his talk, Ian Cooper (at 33:30), mentioned the imposter design pattern. Searching the net, I found that it is introduced in the Test Driven Development : by example, but I couldn't find any more details. what exactly is the imposter design…
BЈовић
  • 62,405
  • 41
  • 173
  • 273
1
vote
0 answers

Changing default behaviour for TCombobox

I have a project with multiple forms that use TCombobox and i would like to remove the default behavior when a focused combobox receives a Return stroke: In the Keydown of TCustomCombobox: vkF4, vkReturn: DropDown; Q: How could i remove the…
r_j
  • 1,348
  • 15
  • 35
0
votes
1 answer

How could I detect if pyinput is being used on a Windows machine via remote desktop protocol?

I'm the owner of the remote machine (host), but I've no control on the client machine. Perhaps, there are subtle differences, like pyinput using discrete "jumps" on the mouse coordinates, and on the other hand, a real mouse is using an "continuous"…