Questions tagged [web-extensibility]

6 questions
3
votes
1 answer

QTP Web Extensibilty - How to force QTP to stop test execution

I'm implementing an extension to QTP using the Web Extensibility Toolkit. If my JScript function that implements the QTP action encounters an error (e.g User gave wrong argument values), I want the QTP to stop the test execution and notify the user…
Eldad
  • 1,067
  • 16
  • 36
1
vote
3 answers

Reusing Orchard's Core to build another extensibility framework

I am very keen to hear opinions on this. We are building an extensible architecture for web applications. We have a core team that builds the default product. Other dev teams take the default product and want to override/replace/extend its…
Casey Burns
  • 1,223
  • 12
  • 15
1
vote
1 answer

Issues while installing the Extensibility Accelerator add-on for UFT

I have UFT version 12.2 on my machine and I am trying to install the "Extensibility Accelerator" add-on to UFT, but I am facing some issues there. It gives me the following error : Microsoft Visual C++ 2008 Shell SP1 Run-Time Components are…
Manmita
  • 9
  • 3
1
vote
2 answers

Webex API Usage without using Personal Domain

I want to use Webex API [www.webex.com] to create meeting from my site. For that I need my own domain in the case of URL API in this way: "https://yourWebExHostedName.webex.com/yourWebExHostedName/". And in the case XML API, I need WebexID, SiteID,…
SamSol
  • 2,885
  • 6
  • 37
  • 56
0
votes
1 answer

Web Extensibility

I am working with QTP now for some time and heard of web extensibility, I have tried to do a lot of research on this topic but to no avail. Can please through some light on this topic and small demo for this. What all are the prerequisite for…
user113327
0
votes
1 answer

manifest.json not found in source code in local directory of many firefox webextensions

I am inspecting source code of Firefox web extensions by looking into *.xpi files located in Mozzila directory. In my local computer, which runs Fedora 25 - Firefox 52, it is ~/.mozilla/firefox/415m46wm.default/extensions The current issue I am…