what is the framework followed by ur company in qtp
Answer Posted / ravi kumar
Hi !
I dont know what framework we are following in our
company. What we do is: We copy similar files in one
particular folder. For ex: We store object repository
files in one folder, data files in another folder, script
files in another folder. This will help us in locating
particular file easily. We write reusable actions and call
them where ever required in the test.
What type of framework it is ?
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Can any suggest me what is exposure testing?
What is recovery scenario in qtp?
suppose i login into gmail page after that i read all the messages (say 10 messages) i have to send (SAVE) the messages in Html,notepad and i have to replay(Compose) send the messages please give me the code and give mail id so that i can clear my question
What is file database?
What are the views available in qtp?
How many types of recording facility are available in quicktest professional?
There is an excel file of 1 to 100 sheets how you will iterate through it?
Hi All , How can we decicde for pariticular frame(DataDriven or Keword Driven)in Project? Thanks Balaji
What are benefits of qtp?
whare exactly we have to use functions and sub routain
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?
Where should i find checkpoint and virtual objects's Object properties and values in the QTP 9.2 Means where checkpoints or virtual objects related data will store If i want to get the runtime object properties how can i use Getroproperties on Checkpoints
what is ODC and GDC?
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format. Hence, if possible, kinldy mail PDF file to my mail-ID: sushmapokhriyal79@gmail.com
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression