When we parameterise some field ex. Textbox is there any
way that we can generate a specefic number of random values
(For alphabetical values if possible) instead of manually
entering values in the data table
Answer Posted / gowri
.**a-z
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How does quicktest professional (qtp) identifies the object in the application?
How to get the particular property value?
Hi All, How to Compare two strings character by character in QTP
What is expert view in qtp?
When to use descriptive programming?
Explain the terms test and business component?
Does QTP run in any environment?
descriptive program for a yahoo mail that is in yahoo mail suppose check box mailid subject assume it is like this format all things are in webtable the question is suppose some mail ids are there in that mailids i want to select the check box wich is before a@gmail.com and after that i want to click on delete button
Can we record using all the modes in a single script? Explanation with example is appreciated
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
Explain the types of properties that quick test learns while recording?
What is 'sleep' in sync point?
hi, can u tell me the QTP TEsting process in present real time companies?(beware of this... now a days Recording is not using,, only DP) and don't tell note book answers like step 1 spep2....like this .......post answer with professional skills in simple english words) thank u
Is text area check point supports for web applications?
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.