In a webpage how to check the dynamic links that re
changing regularly?( without using regular expressions.)
Answers were Sorted based on User's Feedback
Answer / narsi reddy
we can use index ..also if we know to what name the link is
changing we can use settoproperty...for any questions on
descriptive programming ask me ..jnarsireddy@gmail.com
| Is This Answer Correct ? | 6 Yes | 0 No |
What is the difference between local and shared object repository in qtp?
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
Does we use Classes and methods in realtime..?How wud we access methods in a class..?Thanq Guys..!
In my Script Firstly i have to parametrize the data then we import the data from c drive.suppose i have parametrize the Person name and company Name and i have enter one person name and one company name in the excel sheet now we import the sheet and the script is passed i want to ask one thing can we add more than one person name and more than one company name in the excel sheet suppose firstly we create person name "ADDy" and company nmae.'Wipro" and we set the current row in the script for this data and now we want run the script another set of data so how we can run the script with another set of data
how to test globalisation testing using qtp? lets take an example: suppose i have to test the word is in hindi "ratikanta", how we test it by using descriptive programming or any method??
Explain the check points in quicktest professional?
tell me types of environment variables? what r they? explain details? pls give anwer any one?
Hi i want to export the data from applicatioon to excel and later i want to import and use it for my scripts hoe can i do this?
in QTP we test web based application at that time what script is run? is support vb script? plz tell me
What is an expert view and keyword view?
What is the architecture of your project? Can any one answer for this question plz........
when i was doing the Flight reservation with QTP calculating the tickets i got Type mismatch: '[string: ""]' in "If cdbl(tot)=cdbl(p)*t Then" error. where I am doing the mistake Could you please tell me.