hi frinds i need help .i have 4 + yrs exp in testing and
nearly 2 yrs exp in QTP and QC .currently iam working north
fast 2 yrs iam looking for job in south is there any
openings plz letme know my mail id is pbre1980@gmail.com
No Answer is Posted For this Question
Be the First to Post Answer
how i will connect oracle or microsoft acess database through manually written Script
what is syncurnisation point? what is the use of this in real time environment? plz explain?
How to convert manual test cases to automated testcases
what is Synchronization point in QTP?Can anybody give a perfect example on it Thanks in advance
Explain in brief about the QTP Automation Object Model.
explain qtp framework by taking an example?
What kinds of security (firewalls, encryptions, passwords, etc.) will be required and what is it expected to do? How can it be tested?
i have written some lines of code today..tommorow some lines of code deleted in middle of that code..how to handle this type of script
Is there any MS Access addin in QTP?
What are the technologies supported by qtp?
When i used this below script to insert value in the Datatable... At run time it was inserting the given value in the specified column, But after execution all those inserted values were cleared automatically... datatable("column name",sheetid)=value
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