07-23-2008, 01:57 AM
1)Since we have record and play back option then why do we need user defined functions and VB scripting in qtp.
ok Consider a Scenario where u need to automate but the application is still in developement
at this point your automation effort will be purely descriptive programming u will get all the object name from the developement team and start your automation...
2) When we can go for automation of an application, i mean at what pont of time we can go for automation.
Once your Requirement is freezed you have your test plan and test cases u can start your automation ......
3) What are the different methods to skip an action in QTP
Can u Explain the Question little more.Action is like a function if u want to skip it dont call it
For example if your Question is for the following scenario..
the test runs like this a1-->a2-->a3
a1,a2,a3 are actions
In case during the run u want to skip a2
the only way i see is :
1)go to keyword view
2)right click on action -->delete
3)Delete the Selected call to the action
The action will still be there but the it wont be called in the test
ok Consider a Scenario where u need to automate but the application is still in developement
at this point your automation effort will be purely descriptive programming u will get all the object name from the developement team and start your automation...
2) When we can go for automation of an application, i mean at what pont of time we can go for automation.
Once your Requirement is freezed you have your test plan and test cases u can start your automation ......
3) What are the different methods to skip an action in QTP
Can u Explain the Question little more.Action is like a function if u want to skip it dont call it
For example if your Question is for the following scenario..
the test runs like this a1-->a2-->a3
a1,a2,a3 are actions
In case during the run u want to skip a2
the only way i see is :
1)go to keyword view
2)right click on action -->delete
3)Delete the Selected call to the action
The action will still be there but the it wont be called in the test