a title of first page is "LKO- microsoft internet
explorer", of the second page is "PPM- microsoft internet
explorer"
, of Third page is "TTS- microsoft internet explorer" and
same changing title on the fourth page.
How can we use regular expression for this feature what
should we do on script part on and Object repository part
so that we can
get successful run result. Kindly explain the steps script.
Answers were Sorted based on User's Feedback
Answer / babu
Hi,
As you mentioned above the title of the pages "microsoft
internet explorer" is repeating for all the pages.
So, you can use the regular expressions for the first three
alphabets like [A-Z][A-Z][A-Z].
If wrong, pls let me know.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / less than you
If I was known certainly I was not going to ask this
question here, But one thing is very sure that it is very
easy question. You need to go through the question once
again.
| Is This Answer Correct ? | 0 Yes | 0 No |
i have doubt suppose iam purly working in QTP, when i will work on sql and performence testing? pls any one clarify doubt?
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
I have test cases in excel sheet but i am using quality center.How can i copy the testcases from excel sheet to quality center?explain this process.
Can you expect major bugs in Net banking Application?
www.icici.com ,after this.. home page wll came, in this page what r the items we r going to test for manual and what are items we r going to test for QTP... explian clearly with example
I want to clear the webedit field without using set"" in qtp script
We are calling Actions in Expert View by using Run Action.but i want to know where we are saving the Actions Scripts.Pls explain??
How to parameterize a text field and the same field as combo field on next page. Means inserting values in Text field will appear in the combo field. for example country name, state name. Kindly reply it is urgent !!!
Is there anyway to have QTP go into a website and map out every object before I actually record any tests? I basically want to map out a website with all the objects and build a complete repository. The reason is because I'm running into issues with hierarcical objects. for example: Browser("ABC company- Home").Page("ABC company - Home").Link ("About Us").Click Browser("ABC company - Page 2").Page("ABC company - Page 2").Link("About Us").Click Both these links ("objects" and I use that term loosely as I'm trained mostly in OO programming) go to the same place but but the object heirarchies (pages) are different. I want a repository that will find any possible link on any possible page without having to manually record it. Is there a way to do this?
In QTP where i have to concentrate more in the Interview point of View
1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.
what is the diffrence bw qtp architectute and qtp framework?