You need to sign in to do that
Don't have an account?
drs-me
test dependent picklist
Hi guys,
I have an Apex class, which does logical operation on dependent picklist.
Since I cannot find any default dependent picklist fields, how can I create a test class, which can run on any org ?
THanks.
I have an Apex class, which does logical operation on dependent picklist.
Since I cannot find any default dependent picklist fields, how can I create a test class, which can run on any org ?
THanks.
This object is solely used for this testing purpose.
All Answers
i hava an apex class where I need an apex test classto be deployed to any org as a managed package
my apex function works with dependent picklist.
So to test it, I need any object with a dependent picklist.
Since I cannot find a default sepensent picklist (without to create it manually), how can I test my code ?
or are there any default dependent picklist in salesforce I can use in my test class?
This object is solely used for this testing purpose.