Quality is delighting customers
Hi All,
Anybody working on any Siebel project . Let me know how to do Siebel testing or put any document or link.
Thanks
Tags:
Permalink Reply by Alligatortek on February 2, 2012 at 4:57pm a)Siebel uses QTP [quick test professional] software from Mercury.
b)It has a add-in known CAS [Client Automation Service].
c) QTP does not recognize siebel objects.It only recognizes web objects.
d)So whenever QTP finds a line in the script that it is unable to recognize it passes to cas which recognizes the siebel object and processes it and gives the information back to qtp.
e)There are three types of applications in Siebel 7.x verison.
1)HI
2)SI
3)SI+
f)the script line for HI looks like this:
SiebApplication(Siebel).Pagetab(PageTab). Goto Screen(Accounts)
g)The script line for SI looks like this:
Browser(Page).Page().Frame()
h)QTP has two views:
1)tree view and
2)Expert view
Tree view shows in a windows explorer format.
Expert view shows in a text format.
i)for testing applications in HI mode:
the following parameter under SWE section be set:
HIGHINTERACTIVITY = TRUE
j)for testing applications in SI mode:
the following parameter under SWE section be set:
HIGHINTERACTIVITY = FALSE
k)after u record a script u can run to test it.u can see the results in the test pane.
By
Permalink Reply by Hitesh Shah on February 2, 2012 at 6:02pm Hi,
Thanks for reply but its not belong to my question. I want any Siebel project description and testing process , who really worked on it.
Permalink Reply by foxxbats on February 3, 2012 at 6:01pm Hi There,
I just have an overview of Siebel testing.
Siebel is a web-based CRM. Siebel CRM testing involves the client specific customization done by the Siebel consultant.
You need to instal Siebel CRM on your system for first hand look and feel.
Cheers!
© 2012 Created by Quality Testing.