Search:

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

Page 1 of 12 1 2 3 4

Search: Search took 0.01 seconds.

  1. Re: How to convert system date to specified date in QTP 9.2?

    Well, that's alright. There is no need to apologize to anyone.

    My only intent was to point this out for mytheryi and other readers who visit this board.
  2. Thread: Qtp

    by Anshoo_Arora
    Answers
    2
    Views
    2,958

    Re: Qtp

    You can count the links using the following code:

    Set oLink = Description.Create()
    oLink("micclass").value = "Link"
    oLink("html tag").value = "A"

    Set oLinkCount =...
  3. Re: How to convert system date to specified date in QTP 9.2?

    shv_shanmu24, I would only like to add that your code is not going to convert the date from the format mythreyi has posted in the original post. It is only going to work for System Dates.
  4. Re: How to convert system date to specified date in QTP 9.2?

    Usage:

    MsgBox dateManipulate("4-5/2007")
    MsgBox dateManipulate("12-12/2007")
    MsgBox dateManipulate("12-1/2007")
    MsgBox dateManipulate("1-10/2007")
  5. Re: How to convert system date to specified date in QTP 9.2?

    Public Function dateManipulate(sDate)

    If Len(sDate) > 10 Then
    Reporter.ReportEvent micWarning, "Error! Bad Input", "Bad Input. Actual: " & sDate & ". Expected: m-d/yyyy"
    End If
    ...
  6. Re: How to convert system date to specified date in QTP 9.2?

    To what format do you want your dates converted?
  7. Answers
    1
    Views
    2,744

    Re: Preparing Scripts

    1. When you are running scripts, you should have an idea of what the expected result would be and you check that when you run your automated scripts against the application. If your expected results...
  8. Answers
    1
    Views
    5,180

    Re: Use of Ternary Operator?

    Do you mean an identifier except index and location?
  9. Answers
    1
    Views
    2,936

    Re: Objects DO NOT exist on a web page

    If the checkpoint passes, means the Object exist. What you really want to do is check if the Button object is active or inactive, right?
  10. Re: Delet parameterization and output check point

    To remove parameterization, instead of having DataTable("",dtGlobalSheet), replace it with a hard-coded value.

    To remove the checkpoint, just delete the statement (in Expert view) or comment that...
  11. Answers
    4
    Views
    28,398

    Re: QTP: Code to refresh a page.

    Browser("micclass:=Browser").Refresh
  12. Answers
    1
    Views
    2,673

    Re: Project functional libraries

    I generally keep similar functions in one function library. For example, in my automation framework, I have DP Objects in one library, all Global functions in one and Reusable actions (Login script,...
  13. Re: How to get the data of some fields from previous form to current form?

    Are you hard-coding values in the first form?

    Also, do you want to get the values that you have set in the first form or values that result from your actions in Form 1 (i.e. output values)?
  14. Answers
    11
    Views
    7,926

    Re: transaction code testing in QTP

    VbWindow("MDIMain_3").Window("Recon # 7455").ActiveX("InsSettle.ctlInsSettle").VbListView("lsvComm").Select "77405"

    There is the problem (the part in red). QTP is not able to recognize the part....
  15. Answers
    5
    Views
    3,145

    Re: How will i count uploaded files

    Well, if the application does not show how many files it has uploaded, it is going to be very hard for me to write a script to really find out how many were really uploaded.

    What I am trying to...
  16. Answers
    1
    Views
    2,772

    Re: Unable to analyse the test result

    Try this:

    Browser("index:=").Page("micclass:=Page").Sync

    or

    Browser("micclass:=Browser").Page("micclass:=Page").Sync
  17. Answers
    11
    Views
    7,926

    Re: transaction code testing in QTP

    James, I am not sure why it fails to work. I copied the code you posted in the original post. It should work. Maybe you can try to check if the VbList properties in the application and in your OR are...
  18. Answers
    5
    Views
    3,145

    Re: How will i count uploaded files

    Does it mention somewhere in the received page that "X" number of files have been uploaded successfully? Or, does it list the names of all the files that have been uploaded? You can use GetROProperty...
  19. Answers
    4
    Views
    10,616

    Re: QTP Methods

    newhere, type these words in QTP, click on them, and press F1.

    You will get a plethora of information on each which won't be possible to enlist over here.
  20. Answers
    11
    Views
    7,926

    Re: transaction code testing in QTP

    It is possible that the VBList is a dynamic object, that is, its properties can change during runtime. Is it a dynamic object? If it is, then before we get any further, we will have to make sure QTP...
  21. Answers
    5
    Views
    3,145

    Re: How will i count uploaded files

    Can you post a screenshot?
  22. Answers
    9
    Views
    8,622

    Re: QTP 9.5 on .net

    If this is a .net application, shouldn't the object be added as Swf objects? Or, are you saying that all objects like SwfWindow, SwfButton are showing simply as SwfObject?
  23. Answers
    1
    Views
    3,519

    Re: About VB script?

    It depends how much VBScript you know. If you are really good, then show it. If you are not, then don't :)
  24. Answers
    4
    Views
    6,736

    Re: Child object property keep changing

    You can use the following method and see if your script works as expected:

    1. Use the Object Spy and click on the WebEdit which has its description altered by the Dev team

    2. Find the "name"...
  25. Answers
    19
    Views
    93,589

    Re: What is showstopper bug?

    It turns your TV off. Really.
Results 1 to 25 of 289
Page 1 of 12 1 2 3 4
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