Search:

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

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. Re: Descriptive Programming Concepts - Good thread for Starters

    Use .* for regularexpressions

    ex:
    browser("name:=yahoo.*").page("title:=yahoo.*").webedit("name:=usern.*).set "Rajaputra"
  2. Answers
    10
    Views
    5,644

    Re: How to add objects?

    Hi Babsun,

    you can use below method to add object repository to your test.
    Repositoriescollection.Add "RepositoryPath"

    Here, RepositoryPath is path of the object repository
  3. Re: One of the Text Output Values is not stored in the Run-Time Data table.

    Hi,
    Before capturing the search resluts, put wait statement.
    So that, qtp will capture every search result.

    If it is not work, please let me know.
  4. Thread: qtp

    by rajaputra
    Answers
    3
    Views
    3,002

    Re: qtp

    Hi,
    Call to Copy:
    1. It is read and write mode
    2. We can call both reusable actions and non reusable actions.
    3. If we make any changes in base program, that will not be effected to the copied...
  5. Re: how fetch data from few databases during run-time

    Hi,

    You can try below script.
    I have taken example for flight application for easy understanding.
    Below script will retrieve the data from the flight application database, and display the result...
  6. Answers
    2
    Views
    2,841

    Re: Capture screen and saving during run-time

    Hi,

    This will work for you...
    for i=1 to 3
    browser("something").page("something").captureBitmap"C:\test\screen"&i&".bmp"
    next
    ________________
    Thanks & Regards!
    Rajaputra[/QUOTE]
  7. Answers
    2
    Views
    2,841

    Re: Capture screen and saving during run-time

    Hi,

    This will work for you...

    browser("something").page("something").captureBitmap"C:\test\screen"&i&".bmp"

    ________________
    Thanks & Regards!
    Rajaputra
  8. Answers
    1
    Views
    3,752

    Re: How to capture screen during run-time

    Hi,

    you can use object.captureBitmap"ScreenShot.bmp"
    method to capture the screen shot at run time.

    Below example will help you to get familiar with this.
    '''Prerequisites: Open the...
  9. Re: How to handle in QTP if the objects are dynamically changin in application????

    Hi,

    You can remove x,y coordinates of the object.

    Regards
    Rajaputra
  10. Re: The results of the last test alone is displayed

    I am working for MNC company in Hyderabad.
    I am from Hyderabad.
    Why u need this?
  11. Re: How to Import the data from MS-Access in QTP?

    Hi Ramya,

    Here you can use this code for getting data from database by using msaccess..


    ''''''''''''''To Retrieve the Data From Database''''''''''''''''''''''''''''''''''''''''''''''''''''
    ...
  12. Re: How to Import the data from MS-Access in QTP?

    Hi ramya, here you can use this code for getting data from database by using msaccess..

    ''''''''''''''To Retrieve the Data From Database''''''''''''''''''''''''''''''''''''''''''''''''''''
    ...
  13. Re: Datatable: Creation, Writing and Reading the values from Excel Sheet

    Anshoo,
    Yes, The last 2 lines in my code is reading data from datatable.

    You can use below line to read the data from excell sheet......

    msgbox "UserName is= "+Excel.ActiveSheet.cells(2,1)...
  14. Re: Datatable: Creation, Writing and Reading the values from Excel Sheet

    Hi,

    ''''Creation of Excel Sheet'''''''''''

    Set Excel=createObject("Excel.Application")
    Set ExcelSheet=createObject("Excel.sheet")
    ExcelSheet.Application.visible=true

    '''''storing the datas...
  15. Answers
    3
    Views
    2,806

    Re: Check points in functions

    Hi,

    Before calling that function in another script you have to load that particular object repository into it. Then it will dont show you any error.


    Arunsingh Rajaputra
  16. Re: Tool is not identifying location changing object

    Hi,
    If object location is keeps changing then you have to
    Remove x,y coordinates from object repository.
    Then run, it will work..

    Arunsingh Rajaputra
  17. Answers
    1
    Views
    2,493

    Re: how to insert database chekpoint

    Hi sangeetha, you can use this code for the connecting to database thru qtp....

    Set objconnection=createobject("adodb.connection")...
  18. Answers
    3
    Views
    4,469

    Re: Please explain this code

    Hi Anshoo,

    What you have explained to Mr.jain is correct.

    But You cannot close the application by using SystemUtil.Run

    We can use

    SystemUtil.CloseProcessByName
  19. Thread: Dynamic Link

    by rajaputra
    Answers
    6
    Views
    6,091

    Re: Dynamic Link

    Hi Umesh,

    The script you have given is usefull for the dynamically created link.

    But how to click on the link which is scrolling here and there in a page?

    _________________

    Rajaputra
  20. Re: Descriptive Programming Concepts - Good thread for Starters

    Hi anshoo, it is very useful techniques to write a dp for starters.
    I am also giving some techniques for dp....
    Here i am giving dp to click on a specified button....

    using object repository...
  21. Answers
    6
    Views
    7,638

    Re: Select radiobutton thro' datatable input

    I cannot understand how you set the radiobutton "ON" by using datatable.
    You can use this line to set radiobutton "ON"...


    window("text:=Flight Reservation").winradiobutton("text:=First").Click
  22. Re: I have 10 files in a folder(say D:\). Out of which there

    Here you can find the count of the files....


    Set fso = createobject("scripting.filesystemobject")
    set fold = fso.getfolder("d:\testing files")
    set fc = fold.files

    word=0
    xls=0
    txt=0
  23. Answers
    17
    Views
    7,367

    Re: January 08: Member of the Month

    Congrats Anshoo for becoming a moderator.
  24. Answers
    17
    Views
    7,367

    Re: January 08: Member of the Month

    Congrats Sridhar
  25. Answers
    1
    Views
    11,333

    CMM Level Company?

    Can anybody give me the name of the company in India which is CMM Level 1 certified?
    Please.............
Results 1 to 25 of 110
Page 1 of 5 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