Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. SBsteve

    QTP10, .Net, Swf objects recognized as WinObjects

    I can't get QTP to recognize the objects as Swf objects. Here is my setup: WIN7 64Bit QTP10 with .Net and Visual Basic add-ins (installed and launched) Automation > Record and Run Settings > Record and run test on any open Windows-based application The client-server application gets launched...
  2. SBsteve

    Sort multidimensional array

    How do I sort a multidimensional array in VB script? By the way, it is a 2D array. Thanks, SBsteve
  3. SBsteve

    Exporting/saving Object Repository

    This is what I did: 1. Go to where the script resides. Let's say on the C: drive. 2. Create a directory called Lib. 3. Open the script that has the original OR (Object Repository) that you want. 4. Within QTP click on the OR icon or (Ctrl+R). 5. Click File > Export Local Objects 6. Export the...
  4. SBsteve

    How to properly script a nested loop

    Dave, I hope this answers your question... In my script I have two basice steps, STEP A and STEP B. In STEP A there is one loop. In STEP B there is a loop and a nested loop within that loop. Due to how my Oracle app is setup and the fileds that I need to click in and enter data, this is...
  5. SBsteve

    How to properly script a nested loop

    Thanks Dave. With some help of another message board I got the help I needed yesterday. Here is my code with the nested loop: =========================================================== 'CREATE AN ADDITIONAL CUSTOMER (First Loop) Dim i, j, CustomerNumber, ISBNnumber DataTable.ImportSheet...
  6. SBsteve

    Count rows in an unique column in QTP's global datatable

    Thanks for your reply Dave, but I think I may have been on the wrong path. Please see my new post on Nested Loops. Thanks, SBsteve
  7. SBsteve

    How to properly script a nested loop

    STEP A - Customer Number: No loop - ISBN: Loop STEP B - Customer Number: Loop - ISBN: Sub Loop In other words the ISBN from STEP B is a loop within Customer Number from STEP B. I use the i variable in both loops (Primary and sub loop of STEP B). So what I am seeing is STEP A using the first...
  8. SBsteve

    Count rows in an unique column in QTP's global datatable

    Quick Test Pro (QTP) 9.0 Windows XP sp 2 Question: When importing an excel file that has several columns each with different number of rows into QTP's Global datatable, how can you count the number of rows in a particular column? Thanks, SBsteve

Part and Inventory Search

Back
Top