hi all
here i have tab named "Workbench"
By clicking on "workbench" tab.it displays 4 tabs
like below
workbench
common cargo commercial charter
"common" tab have 10tabs inside,"cargo" tab also haveing 15
tabs inside and remaining two tabs also having few tabs
inside.
when clicked on "common" tab.it displaying the script like
tab("workbench").select"common"
if i clicked on "cargo".it displaying the script like
tab"workbench_2").select"cargo"
if i clicked on "commercial".it displaying the script like
tab"workbench_3").select"commercial"
if i clicked on "charter".it displaying the script like
tab"workbench_4").select"charter"
I have used a "FOR LOOP" for
common,commercial,cargo,charter tabs.it was stopped at
second tab
SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE
VARIABLE
if not, can anyone plese help me to solve this
No Answer is Posted For this Question
Be the First to Post Answer
Explain about random testing of 500 test cases?
I have faced one issues while doing test in QTP. I have described the scenario below. 1. I have to test web application.In that i want to give input of drop down values in the application. 2. Suppose Drop down has 5 value "A,B,C,D,E".I would like to give value from data table of QTP. 3. I have changed the drop down value as variable in Keyword view and given values in data table "A,B,C,D,E" as one below one. 4. While i am running the script it could not identify the drop down value which is in Data Table.It shows message. How to make value identify by QTP?
we are submitting data one form to another form.defaultly it is time period set as 5sec. but it is taken 15sec what to do
hi guys this is Keerthi, I am searching for job,so I want to know which questions are intervier asking on QTP&MANUAL&QUALITY CENTER,can u send Any one questions&Answers to my id:chinna.ammi@yahoo.co.in
Hi Friends, Im planning to do certifcation in mercury Automation Tool QTP.But I Didnt get any clear details regarding course syllabus, fees, where to approach, and which certification would be useful for the experienced testers? can any one send me the details?
What is file database?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object.. (give a filter condition only WEbelement- not easy need to use some more property while giving filter condtions- use google for your help...))
can any body give the banking domain concepts/links
I have 5 save buttons in 5 tabs . The tabs are placed one after the other. My object repository have these added as 5 save buttons with name sav1, save 2, save 3 , save 4, save 5 .all are getting highlighted from OR but they are not getting clicked. After spying each button all the properties are same except First button Index 0 html id:=btnSaveTab1 outerhtml:=<input id=""btnSaveTab1"" class=""Button"" onclick=""document.getElementById('a1').click();"" name=""btnSaveTab1"" value=""Save"" type=""button"">", Second button "html id:=btnSave "outerhtml:=<input id=""btnSave"" class=""Button"" onclick=""document.getElementById('a2').click();"" value=""Save"" type=""button"">", Third button "html id:=", outerhtml:=<input id=""btnSaveTab1"" class=""Button"" onclick=""document.getElementById('a1').click();"" name=""btnSaveTab Fourth button "html id:=btnSave outerhtml:=<input id=""btnSave"" class=""Button"" onclick=""document.getElementById('a2').click();"" value=""Save"" type=""button"" 5th button "html id:=", "outerhtml:=<input class=""Button"" onclick=""document.getElementById('a5').click();"" value=""Save"" type=""button"">",
Hi Friends, while playing the recorded test i am getting this error "Cannot identify the object "q" (of class WebEdit). Verify that this object's properties match an object currently displayed in your application." error is coming in this line of code "Line (2): "Browser("Google").Page("Google").WebEdit("q").Set "airtel broadband"". " .... please tell me how to overcome this problem. need help asap... Thanx in advance
Plz explain about MATCH/EXACT MATCH/IGNORE SPAGE in text check points?
What is keyword view and Expert view in QTP?