Search:

Type: Posts; User: mgkganesh; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Answers
    4
    Views
    35,082

    Re: how to return value from a function in QTP?

    dim s
    call getFlatRate(s)
    msgbox s

    Function getFlatRate(s)
    s = "Test"
    End Function
  2. Answers
    4
    Views
    35,082

    Re: how to return value from a function in QTP?

    Just assign the value to be passed outside to the function name as below. Also for multiple variable outputs from functions use Call by Reference method.

    msgbox getFlatRate()

    Function...
  3. Answers
    1
    Views
    3,106

    Re: save URL in Global or action datatable

    Check your run results. You will find the url pasted in the global sheet in the results.
  4. Answers
    4
    Views
    27,730

    Re: Count number of rows in excel sheet

    Hi below function would return no of rows for a specific column name :

    Public Function UdfExcelNoofRowforCol(Sheet, Row, Col,columnname)
    ' Get the position of the last row containing data....
  5. Answers
    9
    Views
    10,872

    Re: Webtable object identification on webpage

    My suggestion is after clicking "Submit" button once the next page opens with the tables try to retrieve all the webtables in the page e.g.

    Set objBrowserSync=Browser("SCC - Supply Chain...
  6. Answers
    6
    Views
    5,616

    Re: QTP unable to record VB Elements

    Try using Virtual Objects.
  7. Answers
    9
    Views
    10,872

    Re: Webtable object identification on webpage

    Try using text property with regular expressions as it would be sometimes very large
  8. Answers
    2
    Views
    2,599

    Re: Unique address description

    address description?
  9. Answers
    25
    Views
    44,157

    Re: Automate MS Outlook Operations using QTP?

    SendTo=".......@........com"
    SendToCC=".......@........com"
    Subject="QTP mail"
    Body1="This mail is generated from QTP Environment"
    Attachment="C:\Spec.xls"

    Call SendMail(SendTo, Subject,...
  10. Thread: Qtp

    by mgkganesh
    Answers
    5
    Views
    13,383

    Re: Qtp

    Hi,

    Can u be more descriptive on what exactly u want to do?

    Regards,
    Ganesh
  11. Re: Running Tests scripts saved on another system

    Export the script as a zip file and open the code from your system.
  12. Thread: check point

    by mgkganesh
    Answers
    1
    Views
    2,703

    Re: check point

    Record -> Insert (Checkpoint Point - Standard Check point).

    Point ur mouse cursor to a table and it will show the table structure. After ascertaining the correct table click OK and the check point...
  13. Answers
    3
    Views
    2,751

    Re: Dynamically Changes its place

    what kind of object r u referring to?
  14. Answers
    6
    Views
    3,265

    Re: msg boxes in test result window

    U can use Reporter.reportevent to pass messages to the Test results. I had just pasted the syntax of Reporter.reportevent
  15. Answers
    3
    Views
    3,473

    Re: On error skip action

    ExitAction
  16. Answers
    6
    Views
    3,265

    Re: msg boxes in test result window

    Reporter.reportevent eventstatus, reportstepname, details [, in] argument type description eventstatus number or pre-defined constant status of the report step: 0 or micpass: causes the status of...
  17. Answers
    1
    Views
    2,914

    Re: QTP is not recognizing Application

    Pls chk if the profile configuration has been done in Oracle Apps Sys Admin. My proj also had a similar issue during version changes QTP didnot recognize Oracle Navigator finally we saw a KB in...
  18. Answers
    2
    Views
    3,396

    Re: Spy from corresponding application

    Have u tried exporting OR and importing?
  19. Answers
    2
    Views
    3,515

    Re: Verify object properties

    The page properties might have got changed. You need to compare the page properties with Object spy and the properties saved in Object repository
Results 1 to 19 of 30
Page 1 of 2 1 2
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact