- Details
- Written by: Stanko Milosev
- Category: Windows
- Hits: 1593
This is how my Project Explorer look like now, please notice "Stores" and "TestedApps":
Then I created my tested script like this:
function Test1() { TestedApps.GridDataSetBindingSourceAndTableAdapterDynamicExample.Run(); let form1 = Aliases.GridDataSetBindingSourceAndTableAdapterDynamicExample.Form1; let dataGridView = form1.dataGridView1; form1.btnDisplay.ClickButton(); //check if field 'LastName' of first row is 'Milosev' let cellValue = dataGridView.wValue (0, 1).ToString().OleValue; if (cellValue != "Milosev") { form1.Close(); Log.Error("Field 'LastName' of first row is not 'Milosev', it is: " + cellValue); } form1.btnAdd.ClickButton(); form1.btnDisplay.ClickButton(); //check if number of rows is 2 let rowCount = dataGridView.wRowCount; if (rowCount != 2) { form1.Close(); Log.Error("There are no 2 rows, there are: " + rowCount + " rows"); } //check if field 'LastName' of second row is 'Mustermann' cellValue = dataGridView.wValue (1, 1); if (cellValue != "Mustermann") Log.Error("Field 'LastName' of first row is not 'Mustermann'"); form1.btnDelete.ClickButton(); form1.btnDisplay.ClickButton(); form1.Close(); }
I have added my script to Execution Plan, and executed test:
- Details
- Written by: Stanko Milosev
- Category: Windows
- Hits: 1354
FileZilla®
Agent Ransack
HeidiSQL
VLC for Windows
Replay Media Catcher
Hawkeye2 and here my release build.
- Details
- Written by: Stanko Milosev
- Category: Administration
- Hits: 4942
Get precise and fine-tune your adjustments on the ruler by holding down the Alt key on your keyboard while you move things around. This will allow you to set very specific tabs and indents without having the "snap to" feature get in your way.
From here.
- Details
- Written by: Stanko Milosev
- Category: Administration
- Hits: 6369
If you want to browse the Internet anonymously, then Tor is best solution for you.
If I understand good, your packets are encrypted, and sent to relay proxies, which then decrypt packets and send them on right place.
In todays the Internet closing, like in Iran or China, or, as much as I know, USA's spy on the Internet traffic (try to contact Osama Bin Laden over the Internet and soon CIA agents will knock on your door probably ), or if you just want to visit porno sites on your job,ĂÂ tool like this is neccessery.
It look like surfing the Internet is a bit slower, when I hit google I got Italian instead of Slovenian (it depends on what relay are you attached), and I tested it ONLY from FireFox, and SmartSniff, but it is working.
Before using it, read what Tor does and does not do for you, to be shure that you are protected, and enjoy in your anonimity