Knowledge Share
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Knowledge Share

Knowledge is NOT Power IMPLEMENTATION of knowledge is Power!!!
 
HomePortalGalleryLatest imagesRegisterLog in

 

 Issue for for CUITe.dll with VS2013 Premium Edition

Go down 
2 posters
AuthorMessage
KuldipJ

KuldipJ


Posts : 2
Points : 32496754
Reputation : 0
Join date : 2015-05-06
Age : 39
Location : Pune

Issue for for CUITe.dll with VS2013 Premium Edition Empty
PostSubject: Issue for for CUITe.dll with VS2013 Premium Edition   Issue for for CUITe.dll with VS2013 Premium Edition Icon_minitimeThu May 07, 2015 5:58 pm

Hi, I am getting below runtime error while using CUITe.dll with VS2013 Premium edition.
I am successfully able to build the CodedUI Test project, but I am unable to run it due to below error.
Is this CUITe V4.5 supports VS2013 Premium edition for Object Repository?

 ------ Run test started ------
Unable to load types from the test source 'C:\Users\Kuldip.Jadhav\Documents\Visual Studio 2013\Projects\CodedUITestProject1\bin\Debug\CodedUITestProject1.dll'. Some or all of the tests in this source may not be discovered. If you are running unit tests for Windows Store apps and referencing custom WinMD type then please visit  ............... for more info. Error details: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.VisualStudio.TestTools.UITesting, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
.
There is no test with specified Id {2d5cec3d-99af-c41b-750e-37d2aaa33940}.
No test is available in C:\Users\Kuldip.Jadhav\Documents\Visual Studio 2013\Projects\CodedUITestProject1\bin\Debug\CodedUITestProject1.dll. Make sure that installed test discoverers & executors, platform & framework version settings are appropriate and try again.
========== Run test finished: 0 run (0:00:00.4380438) ==========
Back to top Go down
KuldipJ

KuldipJ


Posts : 2
Points : 32496754
Reputation : 0
Join date : 2015-05-06
Age : 39
Location : Pune

Issue for for CUITe.dll with VS2013 Premium Edition Empty
PostSubject: Re: Issue for for CUITe.dll with VS2013 Premium Edition   Issue for for CUITe.dll with VS2013 Premium Edition Icon_minitimeFri May 08, 2015 7:43 pm

I am now able to resolve this issue with adding all referenced dll to Bin folder of project. 
However I am getting "An exception of type 'System.NullReferenceException' occurred in CUITe.dll but was not handled in user code
Additional information: Object reference not set to an instance of an object." 
error while using CITe Object Repository in VS2013 Premium with Update 4 version. 
Please note I am using CUITe v4.5 dll version available on CoedPlex.
Back to top Go down
Admin
Admin



Posts : 142
Points : 59344475
Reputation : 0
Join date : 2007-12-29
Location : Chennai

Issue for for CUITe.dll with VS2013 Premium Edition Empty
PostSubject: Excel Code   Issue for for CUITe.dll with VS2013 Premium Edition Icon_minitimeWed May 13, 2015 10:42 am

Dim s As String
        Dim ti1 As String
        Dim st As String
        Dim sdate As String
        Dim smonth As String
        Dim syear As String
        Dim shour As String
        Dim smin As String
        Dim sfn As String
        Dim smin1 As Integer
        Dim shour1 As Integer
        Dim shour2 As String
        Dim eti As String
        Dim eti1 As String
        Dim u As String
        'Dim st As String
        Dim f As String
        Dim query As String
        Dim k As String
        Dim colnm As String
        Dim L As String
        Dim TR As String
        Dim PRO As String
        Dim oExcel As Object
        Dim oBook As Object
        Dim oSheet As Object
        Dim myTime As DateTime
        Dim myTime1 As String
        Dim myTime2 As String
        Dim mytime3 As String
        Dim mytime4 As String
        Dim hourdiff As String
        Dim mindiff As String
        Dim seconddiff As String
        Dim starttime As String
        Dim sep As String = ":"
        Dim methodName As String
        Dim methodName1 As String
        Dim i As Integer = 3
        Dim j As Integer = 3
        Dim z As Integer = 3
        Dim hour1 As String
        Dim mini1 As String
        Dim second1 As String
        Dim hour2 As String
        Dim mini2 As String
        Dim second2 As String
        Dim str As String = ""
        Dim userid As String
        Dim oExcel9 As Object
        Dim oBook9 As Object
        Dim oSheet9 As Object
        Dim oExcel7 As Object
        Dim oBook7 As Object
        Dim oSheet7 As Object

        Public Enum XLColor
            Aqua = 42
            Black = 1
            Blue = 5
            BlueGray = 47
            BrightGreen = 4
            Brown = 53
            Cream = 19
            DarkBlue = 11
            DarkGreen = 51
            DarkPurple = 21
            DarkRed = 9
            DarkTeal = 49
            DarkYellow = 12
            Gold = 44
            Gray25 = 15
            Gray40 = 48
            Gray50 = 16
            Gray80 = 56
            Green = 10
            Indigo = 55
            Lavender = 39
            LightBlue = 41
            LightGreen = 35
            LightLavender = 24
            LightOrange = 45
            LightTurquoise = 20
            LightYellow = 36
            Lime = 43
            NavyBlue = 23
            OliveGreen = 52
            Orange = 46
            PaleBlue = 37
            Pink = 7
            Plum = 18
            PowderBlue = 17
            Red = 3
            Rose = 38
            Salmon = 22
            SeaGreen = 50
            SkyBlue = 33
            Tan = 40
            Teal = 14
            Turquoise = 8
            Violet = 13
            White = 2
            Yellow = 6
        End Enum
        Public Sub methodnamefiningfunction()
            methodName = New StackFrame(1, True).GetMethod().Name


        End Sub
        Public Sub transferingmethodnametoexcel()
            myTime = DateTime.Now
            starttime = myTime.Millisecond
            Dim passed As Integer
            ''count and enter your total method here tot
            Dim tot As Integer = 44
            Dim failed As Integer

            passed = z - 2
            failed = tot - passed
            oSheet.cells(z, 1).value = methodName + "Action"
            oSheet.cells(z, 1).Interior.ColorIndex = XLColor.Cream
            oSheet.range("B1").value = "Event participation without Credit Limit ( Buyer)"
            oSheet.range("A1:D1").Interior.ColorIndex = XLColor.Aqua
            oSheet.Range(oSheet.Cells(1, 1), oSheet.Cells(1, 4)).Merge()
            'oSheet.range("A1").value = "LOGIN SCREEN VERIFICATION"
            oSheet.range("A2:D2").Interior.ColorIndex = XLColor.LightOrange
            oSheet.cells(2, 1).value = "Event name"
            oSheet.cells(2, 2).value = "Start date and time"
            oSheet.cells(2, 3).value = "End date and time"
            oSheet.cells(2, 4).value = "Status(Passed/failed)"
            'oSheet.cells(1, 5).value = "Duration"
            'oSheet.cells(1, 6).value = "Total method"
            'oSheet.cells(1, 7).value = "Faild cases"
            'oSheet.cells(1, Cool.value = "Passed cases"
            'oSheet.cells(2, 6).value = tot
            'oSheet.cells(2, 7).value = faild
            'oSheet.cells(2, Cool.value = passed

            z = z + 1

            oSheet.cells(z, 1).value = "Total method"
            oSheet.cells(z, 1).Interior.ColorIndex = XLColor.Gray25
            oSheet.cells(z + 1, 1).value = "Failed cases"
            oSheet.cells(z + 1, 1).Interior.ColorIndex = XLColor.Gray25
            oSheet.cells(z + 2, 1).value = "Passed cases"
            oSheet.cells(z + 2, 1).Interior.ColorIndex = XLColor.Gray25
            oSheet.cells(z, 2).value = tot
            oSheet.cells(z + 1, 2).value = failed
            oSheet.cells(z + 2, 2).value = passed
            oSheet.cells(z, 2).Interior.ColorIndex = XLColor.Gray25
            oSheet.cells(z + 1, 2).Interior.ColorIndex = XLColor.Gray25
            oSheet.cells(z + 2, 2).Interior.ColorIndex = XLColor.Gray25



        End Sub
        Public Sub starttimefunction()

            myTime = DateTime.Now
            starttime = myTime.Millisecond

            myTime1 = Now.Millisecond
            hour1 = myTime.Hour
            mini1 = myTime.Minute
            second1 = myTime.Second

            oSheet.cells(i, 2).value = myTime + sep + starttime
            oSheet.cells(j, 2).Interior.ColorIndex = XLColor.Cream
            i = i + 1

        End Sub
        Public Sub endtimefunction()


            myTime = DateTime.Now
            starttime = myTime.Millisecond
            myTime2 = Now.Millisecond
            hour2 = myTime.Hour
            mini2 = myTime.Minute
            second2 = myTime.Second
            oSheet.cells(j, 3).value = myTime + sep + starttime
            oSheet.cells(j, 3).Interior.ColorIndex = XLColor.Cream
            oSheet.cells(j, 4).value = "PASSED"
            If (j <> 1) Then

                oSheet.cells(j, 4).Interior.ColorIndex = XLColor.SeaGreen
            End If

            'If (myTime2 < myTime1) Then
            '    oSheet.cells(j, 5).value = hourdiff + mindiff + mytime3
            'Else
            '    oSheet.cells(j, 5).value = hourdiff + mindiff + seconddiff + mytime3
            'End If

            'oSheet.cells(j, 5).Interior.ColorIndex = XLColor.Cream

            j = j + 1
        End Sub

        Public Sub callingcommanmethod()

            transferingmethodnametoexcel()


        End Sub
        Public Sub excelclosefunction()
            oBook.Save()
            'oBook.close()
            'oBook.Quit()
            'oBook = Nothing
        End Sub
Back to top Go down
https://knowledgeshare.forumotion.com
Sponsored content





Issue for for CUITe.dll with VS2013 Premium Edition Empty
PostSubject: Re: Issue for for CUITe.dll with VS2013 Premium Edition   Issue for for CUITe.dll with VS2013 Premium Edition Icon_minitime

Back to top Go down
 
Issue for for CUITe.dll with VS2013 Premium Edition
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
Knowledge Share :: Testing :: Automation :: VSTS-
Jump to: