Repeated OS Reinstall For Application Testing?

Jan 20, 2010

So although we have plenty of keys from our subscription, to minimize tracking and confusion we just want to use2 or them over and over as we install, test, extended test, wipe and reload. Eventually we would have to recycle any way. Much of this will be scripted /automated and we were wondering what kind of problems we will run into for the activation cycle (human intervention required, phone call, etc.) Mostly working on Win7 (all versions) but still need to do some Vista and even XP.

View 4 Replies


ADVERTISEMENT

Keep Application Settings Intact Even If Reinstall?

Jun 6, 2012

I developed an application, which has the ability to save custom settings in application settings variables. The user saves his setings and it works perfectly. The problem is when i update the application to new version. I will be uninstalling the old version and install the new version. At this time all the user settings are set to default. How can i make my application to not distrub the user settings and keep them intact. Is there any alternate. PBL (Visual Studio 2010 Professional, Win 7 64 bit Ultimate)

View 3 Replies

VS 2008 Sort Array - Most Repeated Strings At The Start And The Least Repeated At The End

Aug 1, 2009

I need to sort an array. I need the most repeated strings at the start and the least repeated at the end. Any easy way to do this? My brain is currently fried

View 7 Replies

Discussion On Testing An Application (both Windows And Web Application)

Feb 3, 2010

After doing much programming, I came to know that testing and debugging are the most difficult and time-consuming phase of program development. User experience is imperative to an application's success, so ensuring the proper functionality of each feature is important. This discussion is to provide a step-by-step process that will help us to test our applications. It shall present testing best practices and highlight the common issues to avoid.There are many tools available for testing. I know some of them which I am going to mention below. I request msdn.com team and members to reply to this post and add some more points or tools that will help us.

a. Make sure design and page layout is consistent
b. Make sure there are no spelling or grammatical mistakes
c. Make sure the messages (alert, error, etc) are having no spelling or grammatical mistakes and are consistent.

Validate Functionality

a. Make sure all the form validations are done correctly. A program that is not robust will fail if you try wrong inputs like keeping the fields blank, inputting characters in place of numerics, -ve values where +ve is expected, large number of characters, etc.

b. Make sure the functionality desired from the page is complete in all aspects. For example, a page that is supposed to insert/update employee details does so correctly.

Prepare a test case document where you document test.In this document you simply write down the steps that you will perform to execute a test case, and results of test case execution. Complete test cases for the entire application in a similar manner.

View 2 Replies

Sql - Unit Testing The Data Access Layer - Testing Update Methods?

May 15, 2009

I'm looking into adding some unit tests for some classes in my data access layer and I'm looking at an update routine that has no return value.It simply updates a row based on the id you provide at whichever column name you provide.Inside of this method, we collect the parameters and pass them to a helper routine which calls the stored procedure to update the table.Is there a recommended approach for how to do unit testing in such a scenario?

View 4 Replies

Difference Between NUnit Testing And Unit Testing In VSTS?

Aug 25, 2009

I use VS team system 2008. At the moment i need to test some business classes, i have found two kinds testing NUnit and the unit testing provided by the VS team system. what are there differences?

View 1 Replies

MonthCalendar Object - Application For The Purpose Of Testing

May 6, 2010

CODE:

Im making basic application for the purpose of testing the object... Basically when i press the button it sends the info to a 2nd form... when i do the date of registration is set automatically. However the date displays correctly but not the time 12:00:00 no matter what...

View 2 Replies

.net - Unit Testing C# InternalsVisibleTo() Attribute For NET 2.0 While Testing?

May 13, 2010

I'm building an Active Directory wrapper in VBNET 2.0 (can't use later .NET) in which I have the following:

IUtilisateur
IGroupe
IUniteOrganisation

These interfaces are implemented in internal classes (Friend in VBNET), so that I want to implement a faƧade in order to instiate each of the interfaces with their internal classes. This will allow the architecture a better flexibility, etc.Now, I want to test these classes (Utilisateur, Groupe, UniteOrganisation) in a different project within the same solution. However, these classes are internal. I would like to be able to instantiate them without going through my faƧade, but only for these tests, nothing more.

[Code]...

View 1 Replies

IDE :: Create System Genrated Testing For Application Developed?

May 8, 2009

I have developed an application in VB.NET. Now I wanted to know how can we create automatic testing for this application. If VB.NET doesnt suppourt this , then can you tell me the best way to go ahead for testing the application.

View 6 Replies

Windows - Testing Application For Administrative Running Rights .NET?

May 23, 2011

I want a sure-shot method to test if the application was run via the UAC box and has full administrative rights. Earlier, I thought of making a folder in C:Windows for testing but running it on other computers proved to be a failure!

The UAC box provides all administrative rights to the computer to do anything(including making folders and creating files in places which needs there rights) and also makes sure that any child program so called or created also does have the same rights as the parent.Is there a sure-shot way to test if my application has been provided all the administrative rights that I can maximum get by the user while running the application or not? If yes, I would be glad to have to piece of code-work!

View 1 Replies

Finished A Console Application And Deployed It To Several Computers On Our Network For Testing

Dec 17, 2011

I have recently finished a console application and deployed it to several computers on our network for testing. As it is just an EXE a copied to the hard drives of selected computers for now. When the app is launched it writes info to an sql DB so I always know which computers it is on.

During the past few weeks I have modified this app at least 6 times (improvements, adjustments, etc)

It is a paint to keep going back to the computers to update it with the new version, and getting mixed up which version i am on - LOL I am looking for advice on how I would go about doing this automatically, for example, it would be cool if I just had to put an updated file in a repositry and clients would use this to update.

In Visual Studio, when I view the properties of my application>assembly information - I can set a file version. Is it possible to extract this info and store it in a variable? I would like to dump the in my DB. Also I could then possibly compare the file version of the launched app against an updated file in a network share folder.

View 16 Replies

How To Reinstall The Files

May 27, 2012

I have vb 2010 express with reg number 2KQT8-HV27P-GTTV9-2WBVV-M7X96 Being an idiot, I somehow managed to unstall "Help"

[Code]...

View 2 Replies

Repair / Reinstall MDAC 6.1 In Windows7?

Apr 26, 2010

I received "method '~' of object '~' failed" error while my VB6 program trying to bind data from database to my Janus GridEX component. This happen to my client's pc running on Windows7 Home Premium with MDAC6.1. I do not have this problem in my Windows7 Professional with MDAC6.1. Search through the web and most of experts suggest it might be caused by MDAC.how to reinstall / repair MDAC6.1?

View 4 Replies

Reinstall And Write Over Previous Dataset From A Click Once App? 

Apr 18, 2012

How do you reinstall and write over the previous dataset from a click once app? I assume that in a purchased version there are some added features with deployment and install. I am needing to delete the previous dataset when I uninstall. Currently,I am getting the first dataset AFTER I reinstall which leaves me with the mistakes and reason for reinstall not being fixed.

View 1 Replies

Testing Server Connectivity - Verify Connectivity From Application To Various Servers?

Feb 28, 2009

I am trying to verify connectivity from my application to various servers - For now I am only concerned with mail servers... (later SQL etc)Before anyone gets all upset and thinking this is for SPAM - wrong - these are to confirm connectivity from the application for sending logs OR to ensure the SQL conneciton is working appropriately - Those that want to SPAM can do this simply by getting LINUX and doing it for free with ANY mail client (I add this ONLY because MOST SMTP threads go unanswered... which is silly... there are MANY good reasons to work with mail within an application.....)So what I have tried is opening a telnet session, grabbing the output, and going from there...But it is not working.... the output contains nothing specific to the telnet session I initiate - and.... of course from the command prompt manually i DO get the proper responses

[code]...

I get the command prompt header, I see the commands... I see the prompts... but after the telnet command there is nothing I am assuming there is an issue redirecting telnet info and the telnet session terminates the second I try to read the data

View 3 Replies

Get Sum Of Repeated Strings?

Feb 13, 2011

I have a structure like this[code]...

The AreaOrigin is filled with lots of diffierent strings but a lot of them are repeated. What i need to do is distinct the strings but also show how many times they are repeated in descending order.

View 2 Replies

Random Numbers To Be Repeated?

Jul 11, 2009

I want to get random numbers between 0 to 100..But i do not want the random number to be repeated.

Private Sub Form2_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Dim objRand As New Random
objRand.Next(0, 100)
End Sub

Suppose first time random numb generated is 10..Next time if same random number is generated,den i want to get the other random number..

View 2 Replies

3 Comboboxes, Donot Want Same Data Repeated?

Oct 30, 2009

I've run into a bit of a roadblock trying to figure out how to programmatically not allow the same data in multiple comboboxes. I'm usnig VS2008 and I have 3 comboboxes on a form, all with the same data, say "apple", "orange", and "red". The comboboxes are nothing more than a user definable sorting method on which gets calculated first. When I use the .SelectedItemChanged event on any of these, I'll obviously be duplicating. Any idea on how I can program to automatically switch the combobox that is duplicated to the value that is missing? I don't want to hard code it as further down the road I will have up to 7 comboboxes. Below is what I started with coding. Not sure if it is the best way to go about it, but it works on 4 of the 6 combinations.

[Code]...

View 5 Replies

Asp.net - Populate Repeated Dropdown Box In DataGrid?

Apr 5, 2012

I am trying to populate a VB.net dropdown box which is repeated in a datagrid. Basically I have a bunch of images and the user needs to select from a dropdown listwhat colour the item is so that I can then save it in the database.

Dim DDLPlayColorList = New DropDownList
DDLPlayColorList = dgImages.FindControl("DDLPlayColorList")
Using oConn As New

[Code]....

View 1 Replies

C# - Find Values Where A Word Is Repeated

Jun 30, 2011

Is there a way in LINQ to Entities (SQL) to identify all records where a specified word is repeated at least/less than a specified number of times?

I can do this in memory, looking for at least 3 instances of the word "word" using:

Where(Function(x) x.Description.Split("word").Count > 3)

However the Split() function cannot translate to a SQL equivalent, and so this can only be executed in-memory, which is excruciatingly slow by the time any number of records are involved.

The SQL to do this would be something like

WHERE Description LIKE '%word%word%word%'

And that's as far as I get - I can't work out how to get that SQL generated by LINQ to Entities. I tried the ugly hacky .Where(Function(x) x.Description.Contains("word%word%word") on the off chance, but I'm almost relieved that it doesn't work!

View 4 Replies

Create A Form With A Lot Of Repeated Components?

Oct 30, 2009

I'm trying to create a form with a lot of repeated components. I'm making a touch screen control system with a GUI in VB.net. I would like to make it so when a textbox is pressed a form pops up (form1.show()?). This form is basically a number pad. The user can press buttons (0-9) to get the desired integer to appear in a text box in the popup form. When the user presses an "Enter" button, the popup form returns the integer value that was entered to the initial textbox pressed.

View 2 Replies

Remove Repeated Words In Program?

Oct 21, 2009

I have a list box that loads data from MS ACCESS but i want to filer the words.[code]...

View 1 Replies

Repeated Data From Database In Listview?

Apr 15, 2012

i have codes for adding data to listview from database but there's a problem ..

Public Sub showmyrecords()
Dim lvi As ListViewItem
Dim dt As New DataTable

[code].....

View 7 Replies

VS 2010 Repeated Pattern In String?

Jun 19, 2012

I am trying to parse a string that contains known and unknown characters.here is an example:

[1]Tue Jun 19 17:14:15 2012, 48:17:4C:00:00:74, 4.8, 5449,816324, 26, 31397, 160855, 30775030, 29962782, 812248, 2394476, 71619, -44, -67, 46, -60, 51, 0, 86468, 2547055, 4687358, 44278, 4593, 65076, 65191, 65106, 65166, 65108, 64552, 64572, 64512, 5.1, 2548502, 4690906, 520, 0, 0, 0, 36, 2412

[code].....

The known part is the [0] or [1] or whatever number in the brankets.the unknown part is the rest of the message.So if i have this string i want to cut it to smaller substrings that start with [ and end before the next [ .To make it more tough, sometimes, before the next [ there is another message that comes like: Jun 19 17:13:40 2012 timestamp And after that it continues with the next [

View 10 Replies

VS 2005 2005 To 2008 : Change That Without Having To Uninstall VB And Reinstall With New Name?

Jan 9, 2010

If I have a project that I built in 2005 can I also work on it in 2008 and vice versa? What are the main differences from each version Also I deployed a project and it installs on the user computer with the name I installed VB 2005 with, not the name I use in project set up?? Is this common how can i change that without having to uninstall VB and reinstall with new name? Or is it picking that name up from somewhere else in my project?

View 2 Replies

@Html.TextBoxFor For Repeated Properties In The Model?

Jul 7, 2011

am currently trying to do this in MVC3, VB.NET.

Consider the following model:
Public Class SampleData
Public Property PTY_1 as String

[code].....

View 2 Replies

Creating Auto-Repeated Mouse Movement

May 8, 2010

how to create a Auto repeated Mouse movement.I wanna create a Form, with a button "start 01" and "start 02",so if I click on "start 01" button, and i open my other applications, and once I hit the F1 button (on my keyboard) the mouse will auto move from point A to B, and it will keep on repeat until I hit the F12 button, then it will stop auto moving.and if I click on the "start 02" button, and II open my other applications, and once I hit F1 button (on my keyboard) the mouse will now move from D to E, and it will keep on repeating it until I hit the F12 button, then it will stop auto moving.

View 8 Replies

Datagridview1.rows.count - My Data Is Repeated?

Dec 16, 2009

i try to print data but when i put this code ..my data is repeated example[code].....

View 4 Replies

Delete Repeated And Numbering Words From The Text?

Apr 28, 2011

How to delete repeated and numbering words from the text?

For example:

* in red: Words / numbers repeated
* my textbox:
" test1 test1 bb what how bb so and then yes so then so 1 3 1 4"

to get this result:

*in green: The number of times the word / number show in the text
so (3)
then (2)
1 (2)
Test1 (2)
bb (2)
what (1)
how (1)

View 4 Replies

Forms :: How To Create N Rows With Repeated Value In DataGrid

Feb 21, 2009

Actually I am trying to make a datagridview in which there r 3 columns...payment_no, due_date and payment_date. In this DGV I want to show 5 rows (it depends on no of payments) of above 3 columns, something like this...

payment_no due_date payment_date
1 20.02.09 (filled by update query)
2 20.03.09 (filled by update query)
3 20.04.09 (filled by update query)
and so on........

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved