how qtp will recognise if application is run on many browsers
Answer / sandeep
by using Browser("CreationTime:=0").page(micclass:=page).......
here QTP recognises Browser("CreationTime:=0") as first
opened browser and Browser("CreationTime:=1) as second and
so on...
| Is This Answer Correct ? | 17 Yes | 1 No |
What is Tree view?
does automation replace manual testing?
Waht is Test Report , What it consists?
Explain about business process component? types and usage?
What type of automation frame work you are using?and why?
Hai anyone please "Explain about Framework 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
How to handle the exceptions using recovery secnario manager in quicktest professional?
Difference between keyword driven test and DDT?
Hi, When I click on a hyperlink a secondary pop-window will open. In that pop-up window there will be 'N' number of records arranged in with paging option in datagrid table. Each rows contains two columns, one is text and the other is a radio button. I will pass the first column value and based in it the tool have to select the corresponding radio button in that row. Please someone help me how to handle this as am new to QTP.
give me the code to save all messages of inbox of gmail into a folder and notepad
write string reverse prog using vb script with out using string reverse statement();