before launching qtp, we need to close all the open browsers
u dont know what are all the browsers either it might be
ie,mozilla etc and u dont know how many brosers are open....
u need to close all these before launching qtp.. can anyone
plz temme d solution...
Answers were Sorted based on User's Feedback
Answer / lakshmi
If the script is in QTP Expert View,If Before launching
QTP...then easily find the processes from Tsak Manager and
kill the process :)
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / debee prasad kar
dim d,a
set d=description .create
d("micClass").value="Browser"
'get the list of browser
set a =Desktop.childobjects(d)
for i=0 to a.count-1
a(i).close
next
| Is This Answer Correct ? | 3 Yes | 5 No |
After running scripts how you report results ,there is any specific report form
How can i parameterize the standard checkpoint using Excel sheet where my expected values are there?? suppose i want to test a application with diffent value and want to run 5 iteration?? for each iteration, values will be exported from excel sheet as input. Now i will store some expected values in the excel sheet, which i want to check in the application whether expected equals to actual value??? can any one help me
What is the difference between Client/Server application and Web application ?
what is the diff between manual test plan document and automation test plan doc.can u explain indetail.
What are test settings and global settings?
What are the ways you can synchronize?
what testing activities u may want to automate in a project?
Step 3&4 are repeated until an the object in recognised uniquely.
How u call functions in QTP Function to calculate the length of characters in a word -
what is a good testcase?
is we can import the object repository from external source. if it so then how?
1. What is diffrence between Analog Recording And Lomlevel Recording ?