How to use QTP for Regration testing, plz tell as with
short Example of login window? plz tell as....
Answers were Sorted based on User's Feedback
Answer / kathir
Regression testing is coming after any changes in the build.
We can record the new scripts based on running the modified
application. But in this case we can't reuse the code and
it will take time to complete the process. So, recording
again is not a solution.
If a person knows the scripting language then he can reuse
the existing test scripts and he needs to modify the
scripts (ex.object properties)based on the new build.
So, while you are thinking about regression testing. You
should have some knowledge in vbscripts
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / kan
Regration testing is noting but test a task repeatedly. so
we can do regration test by repeating the
run(execution)funcation in QTp.
Is This Answer Correct ? | 1 Yes | 0 No |
Plz give the vb script for the following scenerio I have faced one issues while doing test in QTP. I have described the scenario below. 1. I have to test web application.In that i want to select from the drop down values in the application. 2. Suppose Drop down has 5 value "A,B,C,D,E".I would like to give value from data table of QTP. 3. For every iliteration it should select A,then B and so on
What is difference between function and procedure?
41 Answers HCL, IBM, iGate, Infosys, TCS, Veritas, Wipro,
Explain xml checkpoints.
What are the most frequent errors you faced while executing your scripts?
What type of VB script u had done in expert view?
Without QTP (or any Testing tool) can we able to test the GUI part of the Applications. for Example generating the Scripts in Notepad and Executing them Using VB. Is it Possible to do so.. Correct me if iam wrong some where.
Could you suggest me best coaching for automation in Delhi or nearby area?
What is test object model in quicktest professional (qtp)?
What is Parameterizing Tests?
What is the difference between link and hyperlink?
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
please tell me how to identify the index of the link in the web table .links are not constant.example i want to click the link in the inbox ,search the item and click the partcular mail.(mail links count is not constant)