recording is not a good programming practice.How to write
effective script without recording.Which is the correct
method explain in detail

Answers were Sorted based on User's Feedback



recording is not a good programming practice.How to write effective script without recording.Which..

Answer / rajanikanthreddy

In qtp we are having descriptive programmming..with using
object properties and values qtp idintify the objects
ex...browser("name:=google").page("title:=google") like
that we are identifying object...here we are not using any
memory(repository) this is use of descriptive
programming...try it

Is This Answer Correct ?    3 Yes 2 No

recording is not a good programming practice.How to write effective script without recording.Which..

Answer / deven

Yes, Recording is not a good practice effective scripting
is

1. Writing VB Script and Descriptive programmming

2. Use different types of Frame work in your project

3. Use Expert view for VB scripting

4. Use more Function Library

5. Use Constants (public)

6. Use Subroutine

7. Follow the Standard Programing practice

8. Use conditional, logical operator in scripting

Is This Answer Correct ?    1 Yes 0 No

recording is not a good programming practice.How to write effective script without recording.Which..

Answer / srini

Question is wrong..How can recording is not good practice ?
It's always depends up on the application under test.If the application is stable like SAP, or desktop applications, Descriptive programming is time killing..recording is much easier and time saving..

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

Explain quicktest professional testing process?

0 Answers  


how to do regression testing in qtp? plz give ans with examples

6 Answers   TCS,


What is the difference between check point and output value.

5 Answers  


What kinds of security (firewalls, encryptions, passwords, etc.) will be required and what is it expected to do? How can it be tested?

0 Answers  


What are default add-ins in qtp?

14 Answers   Semantic Space,






How many add-ins comes by default with qtp?

0 Answers  


DEFECT LIFE CYCLE,WHO PUT THE STATUS AS OPEN

4 Answers   IGT,


Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance

0 Answers  


How the exception handling can be done using quicktest professional?

0 Answers  


How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks

0 Answers  


How to test login page by using QTP

6 Answers  


I have the script like this: Browser("Login").Page ("Application").Frame("ScopeFrame").Link("DC3701737 (Active)").Click in which the value "DC3701737" will get changed and i have to use the same value in so many places. I got the value "DC3701737" in to a variable(Say x). Now if i want to pass the variable in to link object .. how? Browser("Login").Page("Application").Frame ("ScopeFrame").Link(x).Click Is it possible to pass any variable into a link object .. so, that the application will select that link automatically? If ur not able to understand, pls let me know.

2 Answers   ABC,


Categories