Hi Folks,
I am using fitnium framework for the automation . Currently I am facing the following issues while creating the scripts:-
1. I am trying to validate a text within table cell. I am using xpath to validate the cell content by using below commands
a. |check| text of element|//html/body/div/div[4]/div/div/div[4]/div[2]/div[2]/div[2]/div[2]/div[2]/div/div[4]/div/table/tbody/tr/td|Total:|
b. | check | text From Cell At | 0| And | 0 | in table |xpath=(//html/body/div/div[4]/div/div/div[4]/div[2]/div[2]/div[2]/div[2]/div[2]/div/div[4]/div/table/tbody/tr/td)|Total:|
But I am getting exception "Error Element not found". I verified xpath expression using selenium ide it is giving match found but while using above commands in fitnium it is not working.
2. I am trying to click checkbox which invoke javascript function and enable a button. I have used following command but it is not working.
| set check box | edit-termcondition | to click | clicked| where edit-termcondition is id of checkbox.
3. How we can run fitnium test for multiple times . I want to repeat same set of actions number of times for different inputs. Is there any way to loop test scripts
In fitnium.
Please let me know if there is any solution to above mentioned problems or any other alternative approach to achieve the same.
Regards,
Ankit Gupta