can u please explain what r the challenges u faced in ur
automation testing
Answers were Sorted based on User's Feedback
Answer / bhavanid7@gmail.com
1.object identification is the biggest challange in qtp.If
any object is not identified by the tool,we can make it as a
virtual object
2.Environment issues like suddenly application
down,environment issues
3.Unexpected popup windows during execution time
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / raecel
one of the challenges using autamation testing are the
available data in the testing environment. Once your
scripts are already in placed and just need to execute
them, data should be available and re-usable at the same
time.
| Is This Answer Correct ? | 1 Yes | 4 No |
How to retrive data from a data table which is in 3rd row,4th column and place it in main script..like retrive name,date from data table..write script for this.
11 Answers Thatavarti Technologies,
I am just a beginner in QTP. Could any one explain me in detail how to automate adding two numbers and getting the result in QTP. Also I would like to parameterize the inputs. I have tried but getting an error like 'Can't use sub.....'(can't recollect the exact error)
How to merge the two object repositories
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this
Did QTP prove efficient for your project? Yes or No, explain?
Explain types of descriptive programming?
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
describe common problems of test automation?
After creating testcases, how do you start testing in QTP? what methodology will follow?
7 Answers Actran, American Well,
what is the silent mode in WR?
How to see the screens after running test in QTP?
what is runmodes in QTP