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 strongm 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: *

  • Users: QTPer
  • Order by date
  1. QTPer

    QTP connectivity with UNIX

    Interesting....If you get the solution please let me know. I would love to see this.
  2. QTPer

    QTP, using calculated values in tests, disabling logging

    1. How can I check a value against a calculated value, eg if i have (psuedocode) Dim A if < 20 then A = A * 1.10 Then how can I use A in a checkpoint --which value do u want to compare A with?? is it the new value u want to check or is it the old value or both of 'em. Or is that you want to...
  3. QTPer

    Need Help in Identifiying Java Object using QTP

    Do u have java add-ins loaded? If yes, add the objects that you want to interact manually into the OR and then try clicking those objects.
  4. QTPer

    Delimeters in QTP Help Needed.

    Been working with it for the past 1 yr, what about you?
  5. QTPer

    Delimeters in QTP Help Needed.

    sorry about that use this chr(143) instead of 169
  6. QTPer

    Delimeters in QTP Help Needed.

    After going thru with qtp help ....i think it is possible to get the square boxes into the text after all. The approach: copy paste(or getroproperty text of the object)the code u want to enter into the datatable(the squares are converted into spaces in the excel sheet) Array = Split("the text...
  7. QTPer

    Delimeters in QTP Help Needed.

    I have tried various approaches to solve this issue but to no avail. The reason it fails is that the square delimiter is a non standard character and most of the applications are programmed to convert non standard character into their own character sets. In this particular case I see that the...
  8. QTPer

    Retrieve Data Function

    Data from a page?" A bit confused I am. Is it the text being shown to the user on a webpage? or is it some information in a file(say notepad)?
  9. QTPer

    Delimeters in QTP Help Needed.

    I am really not sure about this but I am taking a wild guess....give it a shot..... Put the whole in Double Quotes and try. All the best. Pray that I dream of a better solution tonight...hehhehehehheeh
  10. QTPer

    Couldnt make QTP to generate a script when recording a specific column

    The application that I was testing had many objects(lists,tables etc etc) without names, and any other conventional properties. So I had to use the Index property to uniquely identify the table and BTW using Index makes your script run faster.
  11. QTPer

    Couldnt make QTP to generate a script when recording a specific column

    Did u get a solution for this? If not could you be more descriptive about the problem and error message. I think I had the same problem and might be able to help you, if you give me more info.
  12. QTPer

    QTP changes the path of the software??

    First a little bit of philosophy.....You cannot avoid 'change'. With regards to your question, Does QTP change the path to a specific button or checkbox.....No it doesn't. The code you have pasted is not about changing the path, QTP is merely adding another(read same) object into the repository...
  13. QTPer

    Regular Expression

    AFAIK it doesn't
  14. QTPer

    Problem with Regular Expression

    XTSE_2006-10-18T.* Didn't this work???And when QTP requests you to add a / in front of special characters say 'no'
  15. QTPer

    Can anyone help me with my script.

    Your Code: MM = Month(Mytime) YY = Year(Mytime) DD = Day(Mytime) FileName = "XNYS_"+CStr(YY) +"-"+CStr(MM)+"-"+CStr(DD) ************************************************************ Instead of hardcoding the name of exchange in your script. Try Parameterizing it. A probable solution would be as...
  16. QTPer

    Problem with XML CheckPoint in QTP

    Is the XML well-formed?? To know whether it is well-formed or not open it using Internet Explorer. If u can see the contents of XML file in the browser then itz a well formed XML. If itz not then ask some developer in your who knows XML to make it well-formed. If all else fails, check the path.
  17. QTPer

    Couldnt make QTP to generate a script when recording a specific column

    First add the object to your Object Repository (u can do this by ObjRep-->Add Objects button) and then manually write a step in the expert view to select a value in that object.
  18. QTPer

    QTP automation help

    Do a Regular expression on the bulk(xyz) statement.
  19. QTPer

    How do I check for the URL in QTP.

    I am sure a new page will have several objects that are different from the Logon page. Find a unique object on the page after logon and do an exist statement. If you find that object on the next page then you proceed further, else if you are still on the logon page(not a valid userid) throw...

Part and Inventory Search

Back
Top