Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to run multiple localdata table from a action
#1
Not Solved
Hello All,

I have 5 actions, in 1st action i have data table localsheet for UserName i.e. "UserID" and in last action i have 7 data table localsheet for checking 7 different fields,
1st iteration it works fine but when i will come to the next iteration it takes 2nd user and in last action where i define 7 localsheet it throws exception

General run error.
Line (24):
Code:
"EditCollection(i).Set Datatable("SurveyID", dtLocalSheet)".

where as same code is worked properlly in login action for "UserID" localsheet

can anybody explain it to me, how can i solve this problem.

Thanks

Mahesh
Reply
#2
Not Solved
Hi,

@ALL: Going forward request you to be precise and clear in asking questions/queries.

@Mahesh: Please could you explain your issue clearly so that we could visualize and help you out.
If possible paste your code.
Reply
#3
Not Solved
Hi shreekant,

Please find attached screenshot, this is a code for it please see it and let me know if it has some problem

Code:
Dim EditToSearch,EditValueToSet, NumberOfEdits,LinkToSearch,LinkValueToSet, NumberOfLink,lengthO,SurveyID,a
        
               'This is the value of the 'name' property for the WebEdit object we want to find.
               EditToSearch = "txtSurveyID"
             'Create a description object to help retrieve all WebEdit objects in a specific page.
              Set loginDesc = Description.Create()
                  loginDesc("micclass").Value = "WebEdit"
                  loginDesc("name").Value = "txtSurveyID"

             'Retrieve all WebEdit objects in this page
              Set EditCollection = Browser("Add Survey").Page("Add Survey").ChildObjects(loginDesc)
                  NumberOfEdits = EditCollection.Count
                             'Search for a specific Linkobject and set its value
                For i = 0 To NumberOfEdits - 1
                    If EditCollection(i).GetROProperty("name") = EditToSearch Then
                       EditCollection(i).Set Datatable("SurveyID", dtLocalSheet)
                       ' WriteResults "Enter UserID Succesfully","Corporate User Login","User Enter value 'SYSADMIN'"
                     End If
                Next
Browser("Add Survey").Page("Add Survey").WebButton("Next").Click

If Browser("Add Survey").Dialog("Microsoft Internet Explorer").Exist Then

SurveyID = Browser("Add Survey").Dialog("Microsoft Internet Explorer").Static("Survey ID must contain").Check (CheckPoint("SurveyIDCheckAlpha"))
.
.
..
.
.
Thanks
Mahesh


Attached Files Image(s)
           
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to run multiple iterations only on a set of lines in script amit25007 0 2,250 05-17-2016, 10:48 AM
Last Post: amit25007
  Dynamically run QTP script on multiple servers arpan 8 6,686 06-21-2013, 06:34 PM
Last Post: arpan
  Run time Data table to QC sshukla12 1 3,575 04-02-2012, 02:45 PM
Last Post: sshukla12
  Difference between parameter tabs in Action Properties and Action Call Properties. vibhakhandelwal 0 3,878 11-16-2011, 01:34 PM
Last Post: vibhakhandelwal
  Dot Net Factory Button click to run action in QTP nutsndips 1 4,241 06-21-2011, 08:37 PM
Last Post: nutsndips

Forum Jump:


Users browsing this thread: 1 Guest(s)