Search:

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

Page 1 of 16 1 2 3 4

Search: Search took 0.01 seconds.

  1. Answers
    5
    Views
    10,219

    Re: Advantages of QTP over Winrunner

    Hi,

    Incase what you meant by "running multiple tests in a row" is equivalent to running QTP scripts ina flow or in a batch manner, there are 2 options -

    Create a Driver script and use the Call...
  2. Answers
    8
    Views
    14,971

    Re: How to do Performance Testing

    Hi Deepa,

    Well your question brought me out of exile after a long time...:)

    With regards to using Perfmon to measure performance statistics, as explained earlier it is a windows inbuilt tool.
    ...
  3. Answers
    2
    Views
    2,953

    Re: Schedules in test plan

    Hi Neel,

    a test plan can definitely encompass test scheduling. You can include the start date, dates for various milestones to be achieved and the estimated end date of testing.

    You can also...
  4. Answers
    6
    Views
    12,285

    Re: Loadrunner Basics

    Hi Srinivas,

    It is absolutely true that the script is failing due to Co-relation issues. I would suggest you replay back the script with extended logging - Parameter Substitution as well as Data...
  5. Answers
    6
    Views
    12,285

    Re: Loadrunner Basics

    Hi Prajeshm

    Just to add few points to those suggested by darluqman, during script creation we need to ensure -

    1) While recording ensure Login part is recorded into Vuser_init, action part...
  6. Answers
    2
    Views
    3,186

    Re: load testing for web application

    Hi Chin,

    Just to add to what dhilleshwar stated, Performance testing would require a certain amount of planning in following terms -

    1) Environment Setup
    2) WorkLoad Profiling
    3) Script...
  7. Answers
    1
    Views
    3,089

    Re: System testing and ene to end testing

    Hi,

    It is pretty much true that in most of the companies, System Testing and End-to-End testing are used Synonymously. They almost mean the same.

    But the point of differentiation can be -
    ...
  8. Answers
    2
    Views
    24,641

    Re: Test Estimation techniques

    Hi,

    Other than WBS and Test Point Analysis, we can estimate effort for testing based on Function Point Analysis, Use-case analysis methodology.

    Function point Analysis (FPA) is more or less...
  9. Answers
    29
    Views
    10,659

    Re: Word of the Day

    Eloquent - Fluent, Elegant, Well-Expressed.

    Usage : The testcase description seemed eloquent in terms of Language suggesting it was developed by a person well accquainted with testing.
    ...
  10. Answers
    8
    Views
    14,971

    Re: How to do Performance Testing

    Hi Bhushan,

    It is definitely possible to do Performance testing Manually but the percentage of Companies / People doing so would really be negligible since Performance testing tools have come into...
  11. Re: About the log out error Message of this website

    Hi Krishna,

    The window you see as a result of clicking on "Logout" button could be a Standard windows dialog control box. It by default would have OK and CANCEL buttons on it.

    Basically I would...
  12. Answers
    7
    Views
    6,023

    Re: How can we parameter a Web link

    Hi Iliaz,

    can you please explain as to why you are looking at parameterizing the Link.
    Coz I guess the Link name is going to remain the same for every iteration.

    Incase you are talking of...
  13. Answers
    1
    Views
    3,183

    Re: Active X control

    Hi Ramya,

    Though ActiveX controls are popularly implemented as part of VisualBasic, they can also be coded using -

    1) MFC - Microsoft Foundation Classes.
    2) C++
    3) Borland Delphi

    Also...
  14. Answers
    6
    Views
    4,675

    Re: Bug Tracking System?

    Hi Bhushan,

    Krishna has specified the process of Bug Logging or Defect Logging. We log a defect / Bug found along with details describing the defect.

    Bug Tracking actually would imply the...
  15. Re: How to create an activeX object in VB Script?

    Hi,

    Use the CreateObject method to create ActiveX Objects.

    Set cn = CreateObject("ADODB.Connection")
    Set objFSO = CreateObject("Scripting.FileSystemObject")
    Set a =...
  16. Answers
    1
    Views
    8,490

    Re: QTP Testing Web Application UI

    Hi Gita,

    The answer to this question basically is to explain the Automation approach you would be using to automate any application.

    The steps involved in this - 1) Design a Strategy document...
  17. Answers
    2,332
    Views
    428,242

    Re: Thoughts of the day.

    Don’t let your victories go to your head, or your failures go to your heart.
  18. Re: What are the basic things a person should acquire,before using QTP tool

    Hi Sudha,

    As Sridhar stated a basic knowledge of VbScript would definitely help you in getting familiar with QTP tool.

    I would suggest you download the trial version of QTP from Mercury Site....
  19. Answers
    3
    Views
    3,137

    Re: data driven tests - incomplete population

    Hi,

    The easiest solution is to introduce a small amount of wait() time after each field population.

    This would give Winrunner time to pick up the next value from ddt_table and populate all...
  20. Re: How to get the tool tip name of a icon in web application

    Hi Pushpalatha,

    Anytime... Happy I could help..

    Cheers....
  21. Answers
    1
    Views
    13,034

    Re: QTP code to launch/invoke web application

    Hi Anand,

    Please refer to my code in the below linked thread.....

    This code would enable you to launch the browser and navigate to specified URL as part of QTP script.
    ...
  22. Re: How can we use nested For-Each in a function??

    Hi Sowmya,

    As Nawab has stated, your request can be completed using a single loop. But the catch here is that you must know the size of the second array and element index of second array being...
  23. Sticky: Re: Web testing vs Client/server?

    Hi,

    The main aspect that would differentiate C/S testing from a web-based application testing would be System Testing or End-to-End testing.

    Functional Iintegration testing would more or less...
  24. Re: How can we use nested For-Each in a function??

    Hi Sowmya,

    When you state -

    a=array("object1","object2","object3")
    b=array("a","b","c")
    For each i in a
    For each j in b
    Browser("asdas").Page("sdfd").webEdit(i).set j
    Next
  25. Re: How to get the tool tip name of a icon in web application

    Hi Pushpalatha,

    Incase it is a bitmap Image and you wish to capture the ToolTipText, I guess fetch the "alt" Property value of the Image. This would display the ToolTipText.

    Browser("Welcome:...
Results 1 to 25 of 377
Page 1 of 16 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