Test results file generated when you execute tests using MSTest. It is an XML file containing information about the test and the test run.
Questions tagged [trx]
64 questions
1
vote
0 answers
Test Result File(.trx) Counters does not match detailed test data
I encountered a strange result with a recent test result ran with vstest.console.exe where I would have Not Executed as Outcome of some of my tests but the counters would not reflect these results.
The actual "Counters" line is :

OCOM
- 13
- 5
1
vote
1 answer
MSTest can not publish results. Says that platform and flavour are not right and they are
we are trying to execute unit tests with MSTest from command line and publishing the results at the TFS server. The problem is that MSTest is always returning:
Publishing results of test run buildmachine@XXX-XXXXXXX 2010-12-16 11:39:13_Release_Any…

Ignacio Soler Garcia
- 21,122
- 31
- 128
- 207
1
vote
1 answer
VSTS SonarQube cannot find TRX file
I am using Visual Studio Team Services to carry out an automated build, and using SonarQube to display Code Quality, Coverage, etc. I am also using a privately hosted build agent.
The build steps all work successfully with data being processed and…

Mike
- 45
- 1
- 5
1
vote
1 answer
powershell script to generate trx report file
I am trying to generate trx file as a report for the tests that I am running using powershell script. Currently I am generating html report using ConvertTo-html from PS but I am looking for generating trx report file.
Can anyone help?
Sorry if this…

Sammi
- 109
- 3
- 11
1
vote
1 answer
ISO8583 message header in Trx library
I used Trx ISO 8583 library. This library sends message length in HEX. But I need to send 4 bytes of Ascii chars as message header. How to do that?

Bakhodir
- 41
- 8
0
votes
2 answers
extracting and changing data in a trx (xml) document
I have a .trx file (a unit test result file) which is just xml inside and I want to read the file compare a few of the tags and change them as necessary and save the file again.
I found that VB.NET has a few tools to help so the first thing I do is…

Aeropher
- 117
- 2
- 4
- 13
0
votes
1 answer
How to swap trc20 to trx with Python in one wallet address?
I need to swap(change) part of my trc20 asset to trx in my Tron wallet. Consider i have some data like this:
public_key="AAA"
private_key="PPP"
trc20_address="TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t"
current_trc20_amount=100 usdt
So for example swap 2…

reza_khalafi
- 6,230
- 7
- 56
- 82
0
votes
1 answer
transfer TRC20 asset from a 'noncontract' TRX wallet to another by API
I need to transfer TRC20 token from this TRX wallet to another by API.
Since it is doesn't have TRC20 smartcontract created, I can't trigger triggersmartcontract. Is there a way how can I automatically initiate a transfer?

Oleksandr IY
- 2,783
- 6
- 32
- 53
0
votes
0 answers
tronWeb getAccount returns null
(async function () {
const TronWeb = require('tronweb');
const HttpProvider = TronWeb.providers.HttpProvider;
const fullNode = new HttpProvider('https://api.trongrid.io');
const solidityNode = new…

webyazilim
- 1
- 1
0
votes
1 answer
USDT TRC20 transaction failed because OUT_OF_ENERGY
I tried to broadcast some USDT transactions every day and after a few days, I got the OUT_OF_ENERGY message on some transactions.
every day I do some transactions and some days I do about 30 transactions.
first I tried to Stake about 20k TRX for…

Mosi
- 333
- 1
- 4
- 15
0
votes
0 answers
Broadcasting trx transfer transaction in golang
Im struggling in signing and broadcasting trx transactions
creating transaction with here
https://github.com/Amirilidan78/tron-wallet/blob/main/transaction.go#L16
https://developers.tron.network/reference/createtransaction
and signing my transaction…

amir ranjbar
- 23
- 3
0
votes
0 answers
Merge several tests executed trx files into a single trx file without appending the results
I am using TRX-Merger.exe to merge the *.trx files and generate a combined one. But I am facing issue is, after the merge the results are getting duplicated(appending), like before merging the results was showing 120 passed and 20 failed, after the…

Santoshkumar
- 51
- 9
0
votes
0 answers
Payable contract Tron solidity
I have read many example of solidity contract to pay and collect ether from users but I would like to know how this can be applied to TRX.
I mean how can I transfer TRX token from a msg.sender to the owner of the contract ?
And one more, ho can…

Daniele_r81
- 123
- 3
- 14
0
votes
0 answers
nodejs TRX gettransactionstothis not working
var url = 'http://ipaddress:port/walletextension/gettransactionstothis';
var reqdata = {
url: url,
json: true,
body: {"account":{"address":"hex-address"},"offset":0,"limit":250}
}
Request.post(reqdata, function (err_trans, result_trans,…

user2447562
- 3,431
- 2
- 16
- 15
0
votes
1 answer
Ruby on rails and crm
I have CRM with apache, Redis and delayed job running and when I access a customer profile/dashboard it throws internal server error. Other that customer all others profile loads well. Looking into the server log I can find the below error. Can…