Answer Posted / suseela
A test automation framework is a set of assumptions,
concepts, and practices that provide support for automated
software testing to maintain a systematic approach to
develop more robust automation scripts.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the recording modes in wave event?
In qtp, explain what is crypt object
What is a programmatic description?
Hi! My OTP script has several bitmap checkpoints included which I check in the test results xml file. The test is for SAP 4.7. I need to save these bitmaps to files or at least export them to the html file using the export function in the test results viewer. Could you please help me with this problem? Thank you in advance! Best regards, Peter
What is a quick test professional?
What are the Application Functions available in QTP?
how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me
.have you ever written compiled module? if yes , tell me about some of the function that you wrote.
What is the difference between qtp and selenium?
What is the difference in the global and action sheet in qtp?
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.
What are the views available in quicktest professional?
What are advantages of test automation?
In qtp, how you can remove the spaces from string?