URL to access a defect directly in Quality Center 10 - bug-tracking

How can I create a direct link to a Defect in Quality Center 10?
In the QC UI when I right click on a defect, i see an option "Copy URL". Which gives me a URL similar to
td://[ProjectName].[Domail].[Host]:8080/qcbin/Defects?Action=FindDefect&DefectID=[Defect ID]
but when I paste this URL in IE, it does not show anything. Is there some other setting or option that needs to be turned ON for this to work?
If I have all the above details i.e. ProjectName, Domain, HostName & Defect ID can I create this URL manually (outside QC UI) and use it?
EDITED:
I was able to get this to work i.e. the link to work by:
Open RUN window by WinKey + r
type: iexplore and press enter.
This opens a new IE window and opens QC. Asks the User to login if not already and opens the UI with focus on the defect identified by the Defect ID.
Is there a way to get this to work from a Web Page Hyperlink which is being viewed from another browser.

td:// is a custom protocol which is handled by a custom protocol handler deployed by QC on first load of QC client.
It is supposed to work both from IE address bar, from run dialog (no need to enter iexplore) and as a link in email or on a webpage.
This is true as long as QC client is deployed on your machine, and the rest of IE is configured correctly to allow QC client to run in it.

HKEY_CLASSES_ROOT\TestDirector\shell\open\command needs to have the following key value : C:\Users\user\AppData\Local\HP\ALM-Client\server\TdComandProtocol.exe "/start_a.jsp" "%1"
HKEY_CLASSES_ROOT\TD\shell\open\command needs to have the following key value : C:\Users\user\AppData\Local\HP\ALM-Client\server\TdComandProtocol.exe "/start_a.jsp" "%1"

Related

How to make Powerapps work with Param function in Web Part

I am trying to create a powerapps web part that will open a specific screen from a canvas app using parameters. I have added the web part and added the power apps web link to it. When I enter &parametername=parameter nothing shows up. I can enter the web link and parameters directly into a browser window (tried in Chrome and Edge) and the app will display properly. I can also created a button in a web part and added the link to it and it will also display the app when the button is clicked. The app is working properly with no errors, it will just not show up in the web part when the parameters are added to the link (If no parameters are added to the link, everything will display fine).
I am trying to create a powerapps web part that will open a specific screen from a canvas app using parameters. I have added the web part and added the power apps web link to it. When I enter &parametername=parameter nothing shows up. I can enter the web link and parameters directly into a browser window (tried in Chrome and Edge) and the app will display properly. I can also created a button in a web part and added the link to it and it will also display the app when the button is clicked. The app is working properly with no errors, it will just not show up in the web part when the parameters are added to the link (If no parameters are added to the link, everything will display fine).
I was struggling with this myself; just figured it out.
You need to put the full URL with parameters in to the "App web link or ID" property for the PowerApp web part. Be careful because the first parameter needs to be prepended with ? not &. The ampersand is used for additional, following parameters after the first parameter.
Note that I have omitted my TLD from this screenshot, however you will want to substitute your own here.
The example URL syntax given by Microsoft is https://apps.powerapps.com/play/{App ID}?{Query}. For me that URL looks something like this:
https://apps.powerapps.com/play/f813580f-3182-90b0-b3a9-781cfb288808?linkId=checkIn
I have one URL for checkIn and another for checkOut that I can use to display different forms.
My primary mistake was that I was only pasting my appID into the "App web link or ID" field rather than the entire URL. Remember, you can edit your Canvas Form, click on "Share" and get the Web Link from this page. This contains the full URL, minus your custom parameters. Play around with the full URL plus parameters until you get something that the web part will accept.

How to copy all messages from browser developer menu from response code 101?

I have no knowledge of networking and programming. So I will describe what I do and what I want to happen.
I open a browser (for example, Firefox or Google Chrome).
Open the developer menu with the F12 button.
I load a link to a given site in the url bar.
In the developer menu in the Networking tab there is a response with status code 101.
After each click of a certain button on a site, a new row of data appears in the list of web socket messages on response 101.
I can see the raw data for each click of the button and I can copy this data. But I can't copy all data for all button clicks at once.
My question is - how from the response with status code 101 can I copy or extract from a browser the data that the server returns after each click of the button?
[FOR ADMINS]
I don't know if this question is appropriate for this site. If not, please admins move it.
I don't know if the tags I put are correct for my question.
I apologize for my bad English. I use google translate.

Qlikview - change title in browser

when I run my app in server using access point I get this in browser (in title)
I want instead of that to write the name of my app. Any suggestions?
In Settings - Document Properties under the tab General you can change the Title.

Chrome extension: posting to an existing tab

simple question about the ability of chrome extensions.
Is it possible to for example hit an extension button and write the url (or other content of a page) to an endpoint of a open tab. For example, tab 1 is a web application that gathers bookmarks (so not locally stored) and if I hit a button in tab 3 I want to make a POST call to tab 1. Or can something like this be achieved by storing information in the Chrome storage which can then be read by the application in tab 1?
So quite simply:
tab 1 (:web application) - gets POST request -> tab 3 (:just a web page) through the click of a button of an active extension. I know if this would exist it could lead to some security issues, hence the question.

Record Browser Actions

I am looking for some browser recording software which can record browser actions for one of the business application and give the html elements :- name/id/xpath of the element along with the action performed (ex click, send keys, javascript etc)
My "application under test" is specific to IE and it doesn't run in any other browser.
Try using Selenium. It allows you to record browser actions and save them for later use (like automated browser testing).
You may want to try using SeleniumRC if you want to do this for Internet Explorer. You'll still have to set up some steps through firefox, but you should be able to run your tests on IE.
Try out contizee (www.contizee.com) which is a browser based plug in, easy record and playback and allows me to edit action paths e.g.
$("input#fk-top-search-box").val("HP COMPAQ");
form#fk-header-search-form>div.search-bar-wrap>div.search-bar>div.unit.search-bar-submit-wrap.size1of6>input.search-bar-submit.fk-font-13.fk-font-bold
We can customize according to our needs

Resources