Search:

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

Page 1 of 9 1 2 3 4

Search: Search took 0.01 seconds.

  1. Re: Regarding the convrsion of Vbscript files into .exe form

    Automation Object Model helps in writing a vbs that can be used to generate a scheduler with list of scripts to be executed. that is QTP application Object.

    Using visible Property as false you...
  2. Answers
    1
    Views
    3,448

    Re: Mysql Database connection

    1. please send the details of the error.

    2. Please check the Connection String format supported by VBScript.


    Regards,
    Nawab
  3. Answers
    5
    Views
    6,374

    Re: VB Scripting

    Set Ed_Box = Description.Create()

    Ed_Box("micclass").value = "WebEdit"


    Set Ed_Box_Collection = Browser(b).Page(p).ChildObjects(Ed_Box)


    MsgBox Collection .Count
  4. Re: Procedure to record a test using TermInal emulator

    1. Terminal Emulator is an Addin used to recognize Mainframe Screens/Dos Prompts....what ever is command promt to be generic...

    2. You need to get the addin installed for your version of QTP, its...
  5. Answers
    7
    Views
    3,758

    Re: Regular expression is not working.

    Could you please provide the screenshot of Object Repository & the Control as in ur application.


    Regards,
    Nawab
  6. Re: QTP script is not working on other's machine..

    There are many reasons for the failure........

    1. The QTP Settings on your machine

    2. Screen resolution

    3. I don't know...........(just kidding).

    Solution for first problem
    I guess the...
  7. Answers
    7
    Views
    3,758

    Re: Regular expression is not working.

    Please ensure that while you make a property as a regular expression, u select the checkbox(regular expression)...hence only in that case the string will parsed as a regular expression in QTP.

    if...
  8. Re: How to Script Username and Password Using QTP

    You need to call this function in all of ur script.


    Make sure that across the scripts u have consistency in OR Naming Conventions.....simply call the function as the .vbs resides in resources of...
  9. Answers
    17
    Views
    5,961

    Re: where to upload the prepared script????

    1. Admin should give u access to Quality Center server.

    2. Once step 1 is done u need to select the Quality Center option in QTP & select the urls and authentication attributes for connectivity...
  10. Answers
    17
    Views
    5,961

    Re: where to upload the prepared script????

    QC is powerful test management tool, it will maintain several logs of execution.



    Batch Runner :> just in case one can't afford a QC licence & the project is not having extensive test...
  11. Answers
    17
    Views
    5,961

    Re: where to upload the prepared script????

    qtRunResult = CreateObject("QuickTest.RunResultsOption")
    qtRunResult .ResultLocation = <Path of the Folder where u need to save the run>


    you need to update this code in all of ur test...
    There...
  12. Answers
    17
    Views
    5,961

    Re: where to upload the prepared script????

    You can add the QTP script using Add Option in Batch Menu.


    simply run the batch and ur test scripts are executed in succession.

    Regards,
    Nawab
  13. Answers
    17
    Views
    5,961

    Re: where to upload the prepared script????

    C:\Program Files\Mercury Interactive\Quicktest Professional\bin\AQTBatch.exe




    Regards,
    Nawab
  14. Answers
    7
    Views
    3,758

    Re: Regular expression is not working.

    Please check the Property of the linck Control, which has the constant string value i.e "2008_0514_xyz", I would suggest to use 2008_0\d{3}_xyz for that property.


    Regards,
    Nawab
  15. Re: How to Script Username and Password Using QTP

    You just need the data (User ID & Password), please add the following function & add it in the resources.

    -------------------------------------------------------------------------
    Function...
  16. Answers
    2
    Views
    4,750

    Re: difference between...........

    Test strategy: 1. Schedule of test. 2. Environments 3. Stakeholders 4. Qa deveeloper communication 5. Testing tools test plan 1. Testing approach(model...protoype, waterfall..spiral...agile) 2....
  17. Answers
    17
    Views
    5,961

    Re: where to upload the prepared script????

    If u have a Test Management Tool like Quality Center, u can upload the script and hence maintain the logs of execution result.

    else
    u need to understand the batch runner utility for storing the...
  18. Answers
    2
    Views
    3,154

    Re: Operations in keyword view????

    Keyword view implies that all the methods are encapsulated in QTP Keyword view.

    hence U just need to select the Object & it reflects the KeyWord(Method/Operation) supported by that object...and in...
  19. Re: how to return value from a function in QTP?

    msgbox getFlatRate()

    Function getFlatRate()
    s = "Test"
    getFlatRate=s
    End Function


    Regards,
    Nawab
  20. Re: How to Script Username and Password Using QTP

    If there are scripts present's for the different flows ..u just need to have a common data source for the userID & Password..

    Solution ONE
    Master Action Call all the 3 actions with...
  21. Answers
    3
    Views
    8,895

    Re: What is Description Object?

    Set ODesc = Description.Create()
    ODesc("miclass").value = "WebButton"


    Set OCollection = Browser(p).Page(b).ChildObjects(ODesc)


    '''here ODesc is the description Object & by the Using the...
  22. Answers
    1
    Views
    5,264

    Re: how to automate web application

    start recording the manual process in QTP

    1. TO begin with, launch QTP & start the recording.

    2. Perform the operations on the portal apps as per ur requirement.

    3. Once done ...run the...
  23. Answers
    3
    Views
    3,273

    Re: Generting script

    Gerated Script are used in case u want the settings to be portable for another run/machine. the Settings are saved & hence for a team u need not manually change the setting's, Execute the script on...
  24. Re: How to Script Username and Password Using QTP

    1. Browser(B).Page(P).WebEdit(Password).SetSecure "<Encrypted Password>"

    password can be encrypted using datatable.

    2. In case there are multiple application's authnticated using same User Id &...
  25. Answers
    5
    Views
    13,935

    Re: child objects

    ChildObjects are used in real-time projects where we need to filter specific objects using descriptive programming, since there is a collection and we want to fetch the objects at runtime & get the...
Results 1 to 25 of 211
Page 1 of 9 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