-
as seen on Super User
- Search for 'Super User'
Hi, I'm looking for a light, fast hash/checksum calculator (eg. MD5, SHA1, etc.). I've been using HashCalc and it works fine enough, but I was wondering if there was something better. When downloading .ISOs from MS BizSpark, I've found that it's essential to check the SHA1, and I'm sure that other…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
i am using raw sockets to create my own socket. i need to set the tcp_checksum.
i have tried a lot of references but all are not working (i am using wireshark for testing).
could you help me please.
by the way, i read somewhere that if you set tcp_checksum=0. then the hardware will calculate the checksum…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I have to sync large files across some machines. The files can be up to 6GB in size. The sync will be done manually every few weeks. I cant take the filename into consideration because they can change anytime.
My plan is to create checksums on the destination PC and on the source PC and than…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hey,
Recently I had a web developer come to me and ask why he was receiving connection errors in his app that was accessing a sql database.
So, I went through my normal trouble shooting steps to isolate or reproduce the issue. I discovered that if I connected to the database using Query Analyzer…
>>> More
-
as seen on SQL Blogcasts
- Search for 'SQL Blogcasts'
Short example how to use Timestamp for a mini ETL process of your data. example below is following: Table_1 is production table on server1 Table_2 is datawarehouse table on server2 where datawarehouse is located Every day data are extracted, transformed and loaded to dataware house for further off-line…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi, I am new to webtest and I read that it is possible to record script in selenium and then run it via webtest/fitnesse. I have got webtest and selenium installed and configured. Is there specific format of code that suites webtest? Any help regarding this will be appreciated
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm using Microsoft WebTest and want to be able to do something similar to NUnit's Assert.Fail(). The best i have come up with is to throw new webTestException() but this shows in the test results as an Error rather than a Failure.
Other than reflecting on the WebTest to set a private member variable…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am attempting to write some tests using webtest to test out my python GAE application. The problem I am running into is that the application is listening on port 8080 but I cannot configure webtest to hit that port.
For example, I want to use app.get('/getreport') to hit http://localhost:8080/getreport…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am creating webtests in TFS and trying to test reports execution in SSRS. When I record the initial process, it includes Reserved.ReportViewerWebControl.axd files. These files are what is causing the problem.
When I remove the files, the report does not display, however if I keep the AXD files…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
Full disclosure, I'm new to Visual Studio Web Tests and coding for them.
I've written a webtest; coded in VB; it runs great. Our QA engineer wants to use this script for performance testing; but he wants the nice GUI that comes when you build a WebTest with the VS WebTest Editor and run it…
>>> More